Html Css Color HEX #A02812 Brown

📋 copy color: '#A02812'

red 160 ◦ green 40 ◦ blue 18

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

Shades of Brown #A02812

Tints of Brown #A02812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 73.39%
G = 18.35%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A02812 (or 0xA02812) is known color: Brown. HEX triplet: A0, 28 and 12. RGB value is (160,40,18). Sum of RGB (Red+Green+Blue) = 160+40+18=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A02812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02812 is #5FD7ED. Grayscale: #494949. Windows color (decimal): -6281198 or 1190048. OLE color: 1190048.

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

Color convert

RGB 160 40 18 -
CMYK 0 0.75 0.89 0.37
HSL 9.3º 0.8% 0.35% -
HSV(B) 9.3º 0.89% 0.63% -
XYZ 15.37 9.03 1.51 -
YUV 73.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 160 40 18 0 0.75 0.89 0.37 9.3 0.8 0.35
Hex A0 28 12 0 4B 59 25 9 50 23
Octal 240 50 22 0 113 131 45 11 120 43
Binary 10100000 101000 10010 0 1001011 1011001 100101 1001 1010000 100011

Color Harmonies of #A02812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02812

Black with #A02812

Text Example


Text Example

White with #A02812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02812; }

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

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

background-color css

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

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

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

border-color css

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

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

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