Html Css Color HEX #A06F12 Golden Brown

📋 copy color: '#A06F12'

red 160 ◦ green 111 ◦ blue 18

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

Shades of Golden Brown #A06F12

Tints of Golden Brown #A06F12

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

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

R = 55.36%
G = 38.41%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A06F12 (or 0xA06F12) is known color: Golden Brown. HEX triplet: A0, 6F and 12. RGB value is (160,111,18). Sum of RGB (Red+Green+Blue) = 160+111+18=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F12 is #5F90ED. Grayscale: #737373. Windows color (decimal): -6263022 or 1208224. OLE color: 1208224.

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

Color convert

RGB 160 111 18 -
CMYK 0 0.31 0.89 0.37
HSL 39.3º 0.8% 0.35% -
HSV(B) 39.3º 0.89% 0.63% -
XYZ 20.29 18.89 3.15 -
YUV 115.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 160 111 18 0 0.31 0.89 0.37 39.3 0.8 0.35
Hex A0 6F 12 0 1F 59 25 27 50 23
Octal 240 157 22 0 37 131 45 47 120 43
Binary 10100000 1101111 10010 0 11111 1011001 100101 100111 1010000 100011

Color Harmonies of #A06F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F12

Black with #A06F12

Text Example


Text Example

White with #A06F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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