#AD8D0C

Color #AD8D0C Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AD8D0C

Tints of Dark Goldenrod #AD8D0C

Color information

#AD8D0C (or 0xAD8D0C) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 8D and 0C. RGB value is (173,141,12). Sum of RGB (Red+Green+Blue) = 173+141+12=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D0C is #5272F3. Grayscale: #888888. Windows color (decimal): -5403380 or 822701. OLE color: 822701.

HSL color Cylindrical-coordinate representation of color #AD8D0C: hue angle of 48.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD8D0C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB17314112-
CMYK00.180.930.32
HSL48.07º87.03%36.27%-
HSV(B)48.07º93.06%67.84%-
XYZ26.8227.964.33-
YUV135.8658.1154.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 12 (5.08% from 255) = 3.68%
R=53.07%
G=43.25%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731411200.180.930.3248.0787.0336.27
HexAD8DC0125D20305724
Octal25521514022135406012744
Binary1010110110001101110001001010111011000001100001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D0C; }

 p { color: rgb(173,141,12); }

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

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

 a { background-color: rgb(173,141,12); }

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

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

 span { border-color: rgb(173,141,12); }

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