#AD6410

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

Shades of Golden Brown #AD6410

Tints of Golden Brown #AD6410

Color information

#AD6410 (or 0xAD6410) is unknown color: approx Golden Brown. HEX triplet: AD, 64 and 10. RGB value is (173,100,16). Sum of RGB (Red+Green+Blue) = 173+100+16=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6410 is #529BEF. Grayscale: #707070. Windows color (decimal): -5413872 or 1074349. OLE color: 1074349.

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

Color convert

RGB17310016-
CMYK00.420.910.32
HSL32.1º83.07%37.06%-
HSV(B)32.1º90.75%67.84%-
XYZ21.8818.042.82-
YUV112.2573.68171.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=59.86%
G=34.60%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731001600.420.910.3232.183.0737.06
HexAD641002A5B20205325
Octal25514420052133404012345
Binary10101101110010010000010101010110111000001000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6410; }

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

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

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

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

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

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

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

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