Html Css Color HEX #A02C19 Brown

📋 copy color: '#A02C19'

red 160 ◦ green 44 ◦ blue 25

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

Shades of Brown #A02C19

Tints of Brown #A02C19

RGB

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

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

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

R = 69.87%
G = 19.21%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A02C19 (or 0xA02C19) is known color: Brown. HEX triplet: A0, 2C and 19. RGB value is (160,44,25). Sum of RGB (Red+Green+Blue) = 160+44+25=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C19 is #5FD3E6. Grayscale: #4C4C4C. Windows color (decimal): -6280167 or 1649824. OLE color: 1649824.

HSL color Cylindrical-coordinate representation of color #A02C19: hue angle of 8.44º 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 #A02C19 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 44 25 -
CMYK 0 0.72 0.84 0.37
HSL 8.44º 0.73% 0.36% -
HSV(B) 8.44º 0.84% 0.63% -
XYZ 15.57 9.35 1.9 -
YUV 76.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 160 44 25 0 0.72 0.84 0.37 8.44 0.73 0.36
Hex A0 2C 19 0 48 54 25 8 49 24
Octal 240 54 31 0 110 124 45 10 111 44
Binary 10100000 101100 11001 0 1001000 1010100 100101 1000 1001001 100100

Color Harmonies of #A02C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C19

Black with #A02C19

Text Example


Text Example

White with #A02C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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