Html Css Color HEX #A06F08 Golden Brown

📋 copy color: '#A06F08'

red 160 ◦ green 111 ◦ blue 8

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

Shades of Golden Brown #A06F08

Tints of Golden Brown #A06F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 57.35%
G = 39.78%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A06F08 (or 0xA06F08) is known color: Golden Brown. HEX triplet: A0, 6F and 08. RGB value is (160,111,8). Sum of RGB (Red+Green+Blue) = 160+111+8=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F08 is #5F90F7. Grayscale: #727272. Windows color (decimal): -6263032 or 552864. OLE color: 552864.

HSL color Cylindrical-coordinate representation of color #A06F08: hue angle of 40.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A06F08 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 111 8 -
CMYK 0 0.31 0.95 0.37
HSL 40.66º 0.9% 0.33% -
HSV(B) 40.66º 0.95% 0.63% -
XYZ 20.23 18.86 2.8 -
YUV 113.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 160 111 8 0 0.31 0.95 0.37 40.66 0.9 0.33
Hex A0 6F 8 0 1F 5F 25 29 5A 21
Octal 240 157 10 0 37 137 45 51 132 41
Binary 10100000 1101111 1000 0 11111 1011111 100101 101001 1011010 100001

Color Harmonies of #A06F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F08

Black with #A06F08

Text Example


Text Example

White with #A06F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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