#ad6c12

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

Shades of Golden Brown #AD6C12

Tints of Golden Brown #AD6C12

Color information

#AD6C12 (or 0xAD6C12) is unknown color: approx Golden Brown. HEX triplet: AD, 6C and 12. RGB value is (173,108,18). Sum of RGB (Red+Green+Blue) = 173+108+18=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C12 is #5293ED. Grayscale: #757575. Windows color (decimal): -5411822 or 1207469. OLE color: 1207469.

HSL color Cylindrical-coordinate representation of color #AD6C12: hue angle of 34.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD6C12 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB17310818-
CMYK00.380.900.32
HSL34.84º81.15%37.45%-
HSV(B)34.84º89.6%67.84%-
XYZ22.7119.653.17-
YUV117.1872.03167.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 18 (7.42% from 255) = 6.02%
R=57.86%
G=36.12%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731081800.380.900.3234.8481.1537.45
HexAD6C120265A20235125
Octal25515422046132404312145
Binary10101101110110010010010011010110101000001000111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad6c12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad6c12; }

 p { color: rgb(173,108,18); }

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

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

 a { background-color: rgb(173,108,18); }

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

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

 span { border-color: rgb(173,108,18); }

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