#AD8D0D

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

Shades of Dark Goldenrod #AD8D0D

Tints of Dark Goldenrod #AD8D0D

Color information

#AD8D0D (or 0xAD8D0D) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 8D and 0D. RGB value is (173,141,13). Sum of RGB (Red+Green+Blue) = 173+141+13=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D0D is #5272F2. Grayscale: #888888. Windows color (decimal): -5403379 or 888237. OLE color: 888237.

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

Color convert

RGB17314113-
CMYK00.180.920.32
HSL48º86.02%36.47%-
HSV(B)48º92.49%67.84%-
XYZ26.8327.964.36-
YUV135.9858.6154.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.91%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 13 (5.47% from 255) = 3.98%
R=52.91%
G=43.12%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731411300.180.920.324886.0236.47
HexAD8DD0125C20305624
Octal25521515022134406012644
Binary1010110110001101110101001010111001000001100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8D0D; }

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

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

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

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

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

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

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

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