Html Css Color HEX #A06008 Golden Brown

📋 copy color: '#A06008'

red 160 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #A06008

Tints of Golden Brown #A06008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 60.61%
G = 36.36%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A06008 (or 0xA06008) is known color: Golden Brown. HEX triplet: A0, 60 and 08. RGB value is (160,96,8). Sum of RGB (Red+Green+Blue) = 160+96+8=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A06008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06008 is #5F9FF7. Grayscale: #696969. Windows color (decimal): -6266872 or 549024. OLE color: 549024.

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

Color convert

RGB 160 96 8 -
CMYK 0 0.4 0.95 0.37
HSL 34.74º 0.9% 0.33% -
HSV(B) 34.74º 0.95% 0.63% -
XYZ 18.72 15.86 2.3 -
YUV 105.1 73.2 167.16 -
System Red Green Blue C M Y K H S L
Decimal 160 96 8 0 0.4 0.95 0.37 34.74 0.9 0.33
Hex A0 60 8 0 28 5F 25 23 5A 21
Octal 240 140 10 0 50 137 45 43 132 41
Binary 10100000 1100000 1000 0 101000 1011111 100101 100011 1011010 100001

Color Harmonies of #A06008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06008

Black with #A06008

Text Example


Text Example

White with #A06008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06008; }

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

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

background-color css

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

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

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

border-color css

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

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

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