#AD8814

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

Shades of Dark Goldenrod #AD8814

Tints of Dark Goldenrod #AD8814

Color information

#AD8814 (or 0xAD8814) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 88 and 14. RGB value is (173,136,20). Sum of RGB (Red+Green+Blue) = 173+136+20=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8814 is #5277EB. Grayscale: #868686. Windows color (decimal): -5404652 or 1345709. OLE color: 1345709.

HSL color Cylindrical-coordinate representation of color #AD8814: hue angle of 45.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD8814 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB17313620-
CMYK00.210.880.32
HSL45.49º79.27%37.84%-
HSV(B)45.49º88.44%67.84%-
XYZ26.1626.544.41-
YUV133.8463.76155.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 20 (8.20% from 255) = 6.08%
R=52.58%
G=41.34%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731362000.210.880.3245.4979.2737.84
HexAD881401558202d4f26
Octal25521024025130405511746
Binary10101101100010001010001010110110001000001011011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8814; }

 p { color: rgb(173,136,20); }

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

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

 a { background-color: rgb(173,136,20); }

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

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

 span { border-color: rgb(173,136,20); }

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