Html Css Color HEX #A02D14 Brown

📋 copy color: '#A02D14'

red 160 ◦ green 45 ◦ blue 20

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

Shades of Brown #A02D14

Tints of Brown #A02D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20%

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 71.11%
G = 20%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A02D14 (or 0xA02D14) is known color: Brown. HEX triplet: A0, 2D and 14. RGB value is (160,45,20). Sum of RGB (Red+Green+Blue) = 160+45+20=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02D14 is #5FD2EB. Grayscale: #4C4C4C. Windows color (decimal): -6279916 or 1322400. OLE color: 1322400.

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

Color convert

RGB 160 45 20 -
CMYK 0 0.72 0.88 0.37
HSL 10.71º 0.78% 0.35% -
HSV(B) 10.71º 0.88% 0.63% -
XYZ 15.56 9.4 1.66 -
YUV 76.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 160 45 20 0 0.72 0.88 0.37 10.71 0.78 0.35
Hex A0 2D 14 0 48 58 25 B 4E 23
Octal 240 55 24 0 110 130 45 13 116 43
Binary 10100000 101101 10100 0 1001000 1011000 100101 1011 1001110 100011

Color Harmonies of #A02D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02D14

Black with #A02D14

Text Example


Text Example

White with #A02D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02D14; }

 p { color: rgb(160,45,20); }

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

background-color css

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

 a { background-color: rgb(160,45,20); }

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

border-color css

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

 span { border-color: rgb(160,45,20); }

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