#AD5F17

Color #AD5F17 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AD5F17

Tints of Golden Brown #AD5F17

Color information

#AD5F17 (or 0xAD5F17) is unknown color: approx Golden Brown. HEX triplet: AD, 5F and 17. RGB value is (173,95,23). Sum of RGB (Red+Green+Blue) = 173+95+23=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5F17 is #52A0E8. Grayscale: #6E6E6E. Windows color (decimal): -5415145 or 1531821. OLE color: 1531821.

HSL color Cylindrical-coordinate representation of color #AD5F17: hue angle of 28.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD5F17 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1739523-
CMYK00.450.870.32
HSL28.8º76.53%38.43%-
HSV(B)28.8º86.71%67.84%-
XYZ21.4817.132.98-
YUV110.1178.84172.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.45%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 23 (9.38% from 255) = 7.90%
R=59.45%
G=32.65%
B=7.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173952300.450.870.3228.876.5338.43
HexAD5F1702D57201d4d26
Octal25513727055127403511546
Binary1010110110111111011101011011010111100000111011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F17; }

 p { color: rgb(173,95,23); }

 H1.HeaderClassName
 {
   color: #AD5F17;
 }
 .AnyTagClassName
 {
   color: #AD5F17;
 }
</style>
background-color css

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

 a { background-color: rgb(173,95,23); }

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

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

 span { border-color: rgb(173,95,23); }

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