#AD6A17

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

Shades of Golden Brown #AD6A17

Tints of Golden Brown #AD6A17

Color information

#AD6A17 (or 0xAD6A17) is unknown color: approx Golden Brown. HEX triplet: AD, 6A and 17. RGB value is (173,106,23). Sum of RGB (Red+Green+Blue) = 173+106+23=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6A17 is #5295E8. Grayscale: #747474. Windows color (decimal): -5412329 or 1534637. OLE color: 1534637.

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

Color convert

RGB17310623-
CMYK00.390.870.32
HSL33.2º76.53%38.43%-
HSV(B)33.2º86.71%67.84%-
XYZ22.5419.253.34-
YUV116.5775.2168.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 23 (9.38% from 255) = 7.62%
R=57.28%
G=35.10%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731062300.390.870.3233.276.5338.43
HexAD6A170275720214d26
Octal25515227047127404111546
Binary10101101110101010111010011110101111000001000011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A17; }

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

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

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

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

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

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

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

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