Html Css Color HEX #A12A19 Brown

📋 copy color: '#A12A19'

red 161 ◦ green 42 ◦ blue 25

#A12A19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A12A19

Tints of Brown #A12A19

RGB

 RED value IS 161 (63.28% from 255) = 70.61%

 GREEN value IS 42 (16.8% from 255) = 18.42%

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 70.61%
G = 18.42%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A12A19 (or 0xA12A19) is known color: Brown. HEX triplet: A1, 2A and 19. RGB value is (161,42,25). Sum of RGB (Red+Green+Blue) = 161+42+25=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A19 is #5ED5E6. Grayscale: #4B4B4B. Windows color (decimal): -6215143 or 1649313. OLE color: 1649313.

HSL color Cylindrical-coordinate representation of color #A12A19: hue angle of 7.5º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A12A19 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 42 25 -
CMYK 0 0.74 0.84 0.37
HSL 7.5º 0.73% 0.36% -
HSV(B) 7.5º 0.84% 0.63% -
XYZ 15.7 9.3 1.89 -
YUV 75.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 161 42 25 0 0.74 0.84 0.37 7.5 0.73 0.36
Hex A1 2A 19 0 4A 54 25 8 49 24
Octal 241 52 31 0 112 124 45 10 111 44
Binary 10100001 101010 11001 0 1001010 1010100 100101 1000 1001001 100100

Color Harmonies of #A12A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12A19

Black with #A12A19

Text Example


Text Example

White with #A12A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12A19; }

 p { color: rgb(161,42,25); }

 H1.HeaderClassName
 {
   color: #A12A19;
 }
 .AnyTagClassName
 {
   color: #A12A19;
 }
</style>

background-color css

<style>
 a { background-color: #A12A19; }

 a { background-color: rgb(161,42,25); }

 div.DivClassName
 {
   background-color: #A12A19;
 }
 .BgClassName
 {
   background-color: #A12A19;
 }
</style>

border-color css

<style>
 span { border-color: #A12A19; }

 span { border-color: rgb(161,42,25); }

 td.TdClassName
 {
   border-color: #A12A19;
 }
 .TagClassName
 {
   border-color: #A12A19;
 }
</style>