Html Css Color HEX #A06912 Golden Brown

📋 copy color: '#A06912'

red 160 ◦ green 105 ◦ blue 18

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

Shades of Golden Brown #A06912

Tints of Golden Brown #A06912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

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

R = 56.54%
G = 37.1%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A06912 (or 0xA06912) is known color: Golden Brown. HEX triplet: A0, 69 and 12. RGB value is (160,105,18). Sum of RGB (Red+Green+Blue) = 160+105+18=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A06912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06912 is #5F96ED. Grayscale: #6F6F6F. Windows color (decimal): -6264558 or 1206688. OLE color: 1206688.

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

Color convert

RGB 160 105 18 -
CMYK 0 0.34 0.89 0.37
HSL 36.76º 0.8% 0.35% -
HSV(B) 36.76º 0.89% 0.63% -
XYZ 19.66 17.62 2.94 -
YUV 111.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 160 105 18 0 0.34 0.89 0.37 36.76 0.8 0.35
Hex A0 69 12 0 22 59 25 25 50 23
Octal 240 151 22 0 42 131 45 45 120 43
Binary 10100000 1101001 10010 0 100010 1011001 100101 100101 1010000 100011

Color Harmonies of #A06912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06912

Black with #A06912

Text Example


Text Example

White with #A06912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06912; }

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

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

background-color css

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

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

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

border-color css

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

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

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