Html Css Color HEX #A06812 Golden Brown

📋 copy color: '#A06812'

red 160 ◦ green 104 ◦ blue 18

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

Shades of Golden Brown #A06812

Tints of Golden Brown #A06812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

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

R = 56.74%
G = 36.88%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A06812 (or 0xA06812) is known color: Golden Brown. HEX triplet: A0, 68 and 12. RGB value is (160,104,18). Sum of RGB (Red+Green+Blue) = 160+104+18=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A06812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06812 is #5F97ED. Grayscale: #6F6F6F. Windows color (decimal): -6264814 or 1206432. OLE color: 1206432.

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

Color convert

RGB 160 104 18 -
CMYK 0 0.35 0.89 0.37
HSL 36.34º 0.8% 0.35% -
HSV(B) 36.34º 0.89% 0.63% -
XYZ 19.56 17.42 2.9 -
YUV 110.94 75.55 162.99 -
System Red Green Blue C M Y K H S L
Decimal 160 104 18 0 0.35 0.89 0.37 36.34 0.8 0.35
Hex A0 68 12 0 23 59 25 24 50 23
Octal 240 150 22 0 43 131 45 44 120 43
Binary 10100000 1101000 10010 0 100011 1011001 100101 100100 1010000 100011

Color Harmonies of #A06812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06812

Black with #A06812

Text Example


Text Example

White with #A06812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06812; }

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

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

background-color css

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

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

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

border-color css

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

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

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