Html Css Color HEX #A96D17 Golden Brown

📋 copy color: '#A96D17'

red 169 ◦ green 109 ◦ blue 23

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

Shades of Golden Brown #A96D17

Tints of Golden Brown #A96D17

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.21%

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 56.15%
G = 36.21%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A96D17 (or 0xA96D17) is known color: Golden Brown. HEX triplet: A9, 6D and 17. RGB value is (169,109,23). Sum of RGB (Red+Green+Blue) = 169+109+23=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96D17 is #5692E8. Grayscale: #757575. Windows color (decimal): -5673705 or 1535401. OLE color: 1535401.

HSL color Cylindrical-coordinate representation of color #A96D17: hue angle of 35.34º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A96D17 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 109 23 -
CMYK 0 0.36 0.86 0.34
HSL 35.34º 0.76% 0.38% -
HSV(B) 35.34º 0.86% 0.66% -
XYZ 21.99 19.43 3.4 -
YUV 117.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 169 109 23 0 0.36 0.86 0.34 35.34 0.76 0.38
Hex A9 6D 17 0 24 56 22 23 4C 26
Octal 251 155 27 0 44 126 42 43 114 46
Binary 10101001 1101101 10111 0 100100 1010110 100010 100011 1001100 100110

Color Harmonies of #A96D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96D17

Black with #A96D17

Text Example


Text Example

White with #A96D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96D17; }

 p { color: rgb(169,109,23); }

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

background-color css

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

 a { background-color: rgb(169,109,23); }

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

border-color css

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

 span { border-color: rgb(169,109,23); }

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