Color Hex Logo

#a82619 Color Hex

#A82619
(168,38,25)
0 Favorites   0 Comments

Color spaces of #a82619

RGB 1683825
HSL0.020.740.38
HSV85°66°
CMYK 0.000.770.85   0.34
XYZ17.01709.78121.9108
Yxy9.78120.59270.3407
Hunter Lab31.274942.392618.2700
CIE-Lab37.446851.432540.1763

#a82619 color RGB value is (168,38,25).

#a82619 hex color red value is 168, green value is 38 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a82619 hue: 0.02 , saturation: 0.74 and the lightness value of a82619 is 0.38.

The process color (four color CMYK) of #a82619 color hex is 0.00, 0.77, 0.85, 0.34. Web safe color of #a82619 is #993300. Color #a82619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100110 00011001
Octal 250 46 31
Decimal 168 38 25
Hex A8 26 19

RGB Percentages of Color #a82619

%72.73
%16.45
%10.82

CMYK Percentages of Color #a82619

%0
%77
%85
%34

Triadic Colors of #a82619

#a82619 #19a826 #2619a8

Analogous Colors of #a82619

#a82619 #a86e19 #a81954

Monochromatic Colors of #a82619

#a82619

Complementary Color

#a82619 #199ba8

#a82619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82619 Color CSS Codes

.mybgcolor {background-color:#a82619; } 
.myforecolor {color:#a82619; }
.mybordercolor {border:3px solid #a82619; }

#a82619 Text Font Color

<p style="color:#a82619">Text here</p>

This sample text font color is #a82619
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a82619 Background Color

<div style="background-color:#a82619">
Div content here</div>

This div background color is #a82619


#a82619 Border Color

<div style="border:3px solid #a82619">
Div here</div>

This div border color is #a82619


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,38,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a82619; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a82619;
  -webkit-box-shadow: 1px 1px 3px 2px #a82619;
  box-shadow:         1px 1px 3px 2px #a82619; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,38,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a82619">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a82619;
  -webkit-box-shadow: 1px 1px 3px 2px #a82619;
  box-shadow:         1px 1px 3px 2px #a82619;">
Div content here</div>

This div box has shadow with color #a82619


Comments

No comments written yet.

Please login to write comment.