#AD8514

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

Shades of Dark Goldenrod #AD8514

Tints of Dark Goldenrod #AD8514

Color information

#AD8514 (or 0xAD8514) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 85 and 14. RGB value is (173,133,20). Sum of RGB (Red+Green+Blue) = 173+133+20=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8514 is #527AEB. Grayscale: #848484. Windows color (decimal): -5405420 or 1344941. OLE color: 1344941.

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

Color convert

RGB17313320-
CMYK00.230.880.32
HSL44.31º79.27%37.84%-
HSV(B)44.31º88.44%67.84%-
XYZ25.7525.714.27-
YUV132.0864.75157.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.07%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 20 (8.20% from 255) = 6.13%
R=53.07%
G=40.80%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731332000.230.880.3244.3179.2737.84
HexAD851401758202c4f26
Octal25520524027130405411746
Binary10101101100001011010001011110110001000001011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8514; }

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

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

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

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

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

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

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

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