Html Css Color HEX #A96609 Golden Brown

📋 copy color: '#A96609'

red 169 ◦ green 102 ◦ blue 9

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

Shades of Golden Brown #A96609

Tints of Golden Brown #A96609

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

 BLUE value IS 9 (3.91% from 255) = 3.21%

R = 60.36%
G = 36.43%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A96609 (or 0xA96609) is known color: Golden Brown. HEX triplet: A9, 66 and 09. RGB value is (169,102,9). Sum of RGB (Red+Green+Blue) = 169+102+9=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A96609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96609 is #5699F6. Grayscale: #6F6F6F. Windows color (decimal): -5675511 or 616105. OLE color: 616105.

HSL color Cylindrical-coordinate representation of color #A96609: hue angle of 34.88º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A96609 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 102 9 -
CMYK 0 0.40 0.95 0.34
HSL 34.88º 0.9% 0.35% -
HSV(B) 34.88º 0.95% 0.66% -
XYZ 21.16 17.96 2.61 -
YUV 111.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 169 102 9 0 0.40 0.95 0.34 34.88 0.9 0.35
Hex A9 66 9 0 28 5F 22 23 5A 23
Octal 251 146 11 0 50 137 42 43 132 43
Binary 10101001 1100110 1001 0 101000 1011111 100010 100011 1011010 100011

Color Harmonies of #A96609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96609

Black with #A96609

Text Example


Text Example

White with #A96609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96609; }

 p { color: rgb(169,102,9); }

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

background-color css

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

 a { background-color: rgb(169,102,9); }

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

border-color css

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

 span { border-color: rgb(169,102,9); }

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