Html Css Color HEX #A96A17 Golden Brown

📋 copy color: '#A96A17'

red 169 ◦ green 106 ◦ blue 23

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

Shades of Golden Brown #A96A17

Tints of Golden Brown #A96A17

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

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

R = 56.71%
G = 35.57%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A96A17 (or 0xA96A17) is known color: Golden Brown. HEX triplet: A9, 6A and 17. RGB value is (169,106,23). Sum of RGB (Red+Green+Blue) = 169+106+23=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96A17 is #5695E8. Grayscale: #737373. Windows color (decimal): -5674473 or 1534633. OLE color: 1534633.

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

Color convert

RGB 169 106 23 -
CMYK 0 0.37 0.86 0.34
HSL 34.11º 0.76% 0.38% -
HSV(B) 34.11º 0.86% 0.66% -
XYZ 21.67 18.8 3.3 -
YUV 115.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 169 106 23 0 0.37 0.86 0.34 34.11 0.76 0.38
Hex A9 6A 17 0 25 56 22 22 4C 26
Octal 251 152 27 0 45 126 42 42 114 46
Binary 10101001 1101010 10111 0 100101 1010110 100010 100010 1001100 100110

Color Harmonies of #A96A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A17

Black with #A96A17

Text Example


Text Example

White with #A96A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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