Html Css Color HEX #A02C12 Brown

📋 copy color: '#A02C12'

red 160 ◦ green 44 ◦ blue 18

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

Shades of Brown #A02C12

Tints of Brown #A02C12

RGB

 RED value IS 160 (62.89% from 255) = 72.07%

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 72.07%
G = 19.82%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A02C12 (or 0xA02C12) is known color: Brown. HEX triplet: A0, 2C and 12. RGB value is (160,44,18). Sum of RGB (Red+Green+Blue) = 160+44+18=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C12 is #5FD3ED. Grayscale: #4B4B4B. Windows color (decimal): -6280174 or 1191072. OLE color: 1191072.

HSL color Cylindrical-coordinate representation of color #A02C12: hue angle of 10.99º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A02C12 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 44 18 -
CMYK 0 0.72 0.89 0.37
HSL 10.99º 0.8% 0.35% -
HSV(B) 10.99º 0.89% 0.63% -
XYZ 15.51 9.32 1.55 -
YUV 75.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 160 44 18 0 0.72 0.89 0.37 10.99 0.8 0.35
Hex A0 2C 12 0 48 59 25 B 50 23
Octal 240 54 22 0 110 131 45 13 120 43
Binary 10100000 101100 10010 0 1001000 1011001 100101 1011 1010000 100011

Color Harmonies of #A02C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C12

Black with #A02C12

Text Example


Text Example

White with #A02C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C12; }

 p { color: rgb(160,44,18); }

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

background-color css

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

 a { background-color: rgb(160,44,18); }

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

border-color css

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

 span { border-color: rgb(160,44,18); }

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