#AD8C0D

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

Shades of Dark Goldenrod #AD8C0D

Tints of Dark Goldenrod #AD8C0D

Color information

#AD8C0D (or 0xAD8C0D) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 8C and 0D. RGB value is (173,140,13). Sum of RGB (Red+Green+Blue) = 173+140+13=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C0D is #5273F2. Grayscale: #878787. Windows color (decimal): -5403635 or 887981. OLE color: 887981.

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

Color convert

RGB17314013-
CMYK00.190.920.32
HSL47.62º86.02%36.47%-
HSV(B)47.62º92.49%67.84%-
XYZ26.6827.674.32-
YUV135.3958.93154.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 13 (5.47% from 255) = 3.99%
R=53.07%
G=42.94%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731401300.190.920.3247.6286.0236.47
HexAD8CD0135C20305624
Octal25521415023134406012644
Binary1010110110001100110101001110111001000001100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C0D; }

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

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

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

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

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

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

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

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