Html Css Color HEX #A06E08 Golden Brown

📋 copy color: '#A06E08'

red 160 ◦ green 110 ◦ blue 8

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

Shades of Golden Brown #A06E08

Tints of Golden Brown #A06E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.57%

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

R = 57.55%
G = 39.57%
B = 2.88%

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

#A06E08 (or 0xA06E08) is known color: Golden Brown. HEX triplet: A0, 6E and 08. RGB value is (160,110,8). Sum of RGB (Red+Green+Blue) = 160+110+8=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06E08 is #5F91F7. Grayscale: #717171. Windows color (decimal): -6263288 or 552608. OLE color: 552608.

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

Color convert

RGB 160 110 8 -
CMYK 0 0.31 0.95 0.37
HSL 40.26º 0.9% 0.33% -
HSV(B) 40.26º 0.95% 0.63% -
XYZ 20.12 18.64 2.77 -
YUV 113.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 160 110 8 0 0.31 0.95 0.37 40.26 0.9 0.33
Hex A0 6E 8 0 1F 5F 25 28 5A 21
Octal 240 156 10 0 37 137 45 50 132 41
Binary 10100000 1101110 1000 0 11111 1011111 100101 101000 1011010 100001

Color Harmonies of #A06E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E08

Black with #A06E08

Text Example


Text Example

White with #A06E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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