Html Css Color HEX #A96709 Golden Brown

📋 copy color: '#A96709'

red 169 ◦ green 103 ◦ blue 9

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

Shades of Golden Brown #A96709

Tints of Golden Brown #A96709

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

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

R = 60.14%
G = 36.65%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A96709 (or 0xA96709) is known color: Golden Brown. HEX triplet: A9, 67 and 09. RGB value is (169,103,9). Sum of RGB (Red+Green+Blue) = 169+103+9=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A96709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96709 is #5698F6. Grayscale: #707070. Windows color (decimal): -5675255 or 616361. OLE color: 616361.

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

Color convert

RGB 169 103 9 -
CMYK 0 0.39 0.95 0.34
HSL 35.25º 0.9% 0.35% -
HSV(B) 35.25º 0.95% 0.66% -
XYZ 21.26 18.16 2.64 -
YUV 112.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 169 103 9 0 0.39 0.95 0.34 35.25 0.9 0.35
Hex A9 67 9 0 27 5F 22 23 5A 23
Octal 251 147 11 0 47 137 42 43 132 43
Binary 10101001 1100111 1001 0 100111 1011111 100010 100011 1011010 100011

Color Harmonies of #A96709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96709

Black with #A96709

Text Example


Text Example

White with #A96709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96709; }

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

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

background-color css

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

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

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

border-color css

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

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

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