Html Css Color HEX #A96006 Golden Brown

📋 copy color: '#A96006'

red 169 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #A96006

Tints of Golden Brown #A96006

RGB

 RED value IS 169 (66.41% from 255) = 62.36%

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

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

R = 62.36%
G = 35.42%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A96006 (or 0xA96006) is known color: Golden Brown. HEX triplet: A9, 60 and 06. RGB value is (169,96,6). Sum of RGB (Red+Green+Blue) = 169+96+6=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A96006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96006 is #569FF9. Grayscale: #6C6C6C. Windows color (decimal): -5677050 or 417961. OLE color: 417961.

HSL color Cylindrical-coordinate representation of color #A96006: hue angle of 33.13º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A96006 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 6 -
CMYK 0 0.43 0.96 0.34
HSL 33.13º 0.93% 0.34% -
HSV(B) 33.13º 0.96% 0.66% -
XYZ 20.58 16.81 2.33 -
YUV 107.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 169 96 6 0 0.43 0.96 0.34 33.13 0.93 0.34
Hex A9 60 6 0 2B 60 22 21 5D 22
Octal 251 140 6 0 53 140 42 41 135 42
Binary 10101001 1100000 110 0 101011 1100000 100010 100001 1011101 100010

Color Harmonies of #A96006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96006

Black with #A96006

Text Example


Text Example

White with #A96006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96006; }

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

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

background-color css

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

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

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

border-color css

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

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

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