#AD6517

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

Shades of Golden Brown #AD6517

Tints of Golden Brown #AD6517

Color information

#AD6517 (or 0xAD6517) is unknown color: approx Golden Brown. HEX triplet: AD, 65 and 17. RGB value is (173,101,23). Sum of RGB (Red+Green+Blue) = 173+101+23=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6517 is #529AE8. Grayscale: #727272. Windows color (decimal): -5413609 or 1533357. OLE color: 1533357.

HSL color Cylindrical-coordinate representation of color #AD6517: hue angle of 31.2º 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 #AD6517 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB17310123-
CMYK00.420.870.32
HSL31.2º76.53%38.43%-
HSV(B)31.2º86.71%67.84%-
XYZ22.0418.253.17-
YUV113.6476.85170.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.25%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 23 (9.38% from 255) = 7.74%
R=58.25%
G=34.01%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731012300.420.870.3231.276.5338.43
HexAD651702A57201f4d26
Octal25514527052127403711546
Binary1010110111001011011101010101010111100000111111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6517; }

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

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

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

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

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

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

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

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