Html Css Color HEX #A96817 Golden Brown

📋 copy color: '#A96817'

red 169 ◦ green 104 ◦ blue 23

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

Shades of Golden Brown #A96817

Tints of Golden Brown #A96817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

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

R = 57.09%
G = 35.14%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A96817 (or 0xA96817) is known color: Golden Brown. HEX triplet: A9, 68 and 17. RGB value is (169,104,23). Sum of RGB (Red+Green+Blue) = 169+104+23=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A96817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96817 is #5697E8. Grayscale: #727272. Windows color (decimal): -5674985 or 1534121. OLE color: 1534121.

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

Color convert

RGB 169 104 23 -
CMYK 0 0.38 0.86 0.34
HSL 33.29º 0.76% 0.38% -
HSV(B) 33.29º 0.86% 0.66% -
XYZ 21.47 18.4 3.23 -
YUV 114.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 169 104 23 0 0.38 0.86 0.34 33.29 0.76 0.38
Hex A9 68 17 0 26 56 22 21 4C 26
Octal 251 150 27 0 46 126 42 41 114 46
Binary 10101001 1101000 10111 0 100110 1010110 100010 100001 1001100 100110

Color Harmonies of #A96817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96817

Black with #A96817

Text Example


Text Example

White with #A96817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96817; }

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

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

background-color css

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

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

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

border-color css

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

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

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