Html Css Color HEX #A06006 Golden Brown

📋 copy color: '#A06006'

red 160 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #A06006

Tints of Golden Brown #A06006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.29%

R = 61.07%
G = 36.64%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A06006 (or 0xA06006) is known color: Golden Brown. HEX triplet: A0, 60 and 06. RGB value is (160,96,6). Sum of RGB (Red+Green+Blue) = 160+96+6=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A06006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06006 is #5F9FF9. Grayscale: #696969. Windows color (decimal): -6266874 or 417952. OLE color: 417952.

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

Color convert

RGB 160 96 6 -
CMYK 0 0.4 0.96 0.37
HSL 35.06º 0.93% 0.33% -
HSV(B) 35.06º 0.96% 0.63% -
XYZ 18.71 15.85 2.25 -
YUV 104.88 72.2 167.32 -
System Red Green Blue C M Y K H S L
Decimal 160 96 6 0 0.4 0.96 0.37 35.06 0.93 0.33
Hex A0 60 6 0 28 60 25 23 5D 21
Octal 240 140 6 0 50 140 45 43 135 41
Binary 10100000 1100000 110 0 101000 1100000 100101 100011 1011101 100001

Color Harmonies of #A06006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06006

Black with #A06006

Text Example


Text Example

White with #A06006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06006; }

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

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

background-color css

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

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

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

border-color css

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

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

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