#AD6210

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

Shades of Golden Brown #AD6210

Tints of Golden Brown #AD6210

Color information

#AD6210 (or 0xAD6210) is unknown color: approx Golden Brown. HEX triplet: AD, 62 and 10. RGB value is (173,98,16). Sum of RGB (Red+Green+Blue) = 173+98+16=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6210 is #529DEF. Grayscale: #6F6F6F. Windows color (decimal): -5414384 or 1073837. OLE color: 1073837.

HSL color Cylindrical-coordinate representation of color #AD6210: hue angle of 31.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD6210 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1739816-
CMYK00.430.910.32
HSL31.34º83.07%37.06%-
HSV(B)31.34º90.75%67.84%-
XYZ21.6917.662.75-
YUV111.0874.35172.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 16 (6.64% from 255) = 5.57%
R=60.28%
G=34.15%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173981600.430.910.3231.3483.0737.06
HexAD621002B5B201f5325
Octal25514220053133403712345
Binary1010110111000101000001010111011011100000111111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6210; }

 p { color: rgb(173,98,16); }

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

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

 a { background-color: rgb(173,98,16); }

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

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

 span { border-color: rgb(173,98,16); }

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