#AD5C10

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

Shades of Golden Brown #AD5C10

Tints of Golden Brown #AD5C10

Color information

#AD5C10 (or 0xAD5C10) is unknown color: approx Golden Brown. HEX triplet: AD, 5C and 10. RGB value is (173,92,16). Sum of RGB (Red+Green+Blue) = 173+92+16=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C10 is #52A3EF. Grayscale: #6B6B6B. Windows color (decimal): -5415920 or 1072301. OLE color: 1072301.

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

Color convert

RGB1739216-
CMYK00.470.910.32
HSL29.04º83.07%37.06%-
HSV(B)29.04º90.75%67.84%-
XYZ21.1516.582.57-
YUV107.5676.34174.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.57%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 16 (6.64% from 255) = 5.69%
R=61.57%
G=32.74%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173921600.470.910.3229.0483.0737.06
HexAD5C1002F5B201d5325
Octal25513420057133403512345
Binary1010110110111001000001011111011011100000111011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C10; }

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

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

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

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

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

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

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

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