#AD8A0E

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

Shades of Dark Goldenrod #AD8A0E

Tints of Dark Goldenrod #AD8A0E

Color information

#AD8A0E (or 0xAD8A0E) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 8A and 0E. RGB value is (173,138,14). Sum of RGB (Red+Green+Blue) = 173+138+14=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A0E is #5275F1. Grayscale: #868686. Windows color (decimal): -5404146 or 953005. OLE color: 953005.

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

Color convert

RGB17313814-
CMYK00.200.920.32
HSL46.79º85.03%36.67%-
HSV(B)46.79º91.91%67.84%-
XYZ26.427.094.25-
YUV134.3360.1155.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 14 (5.86% from 255) = 4.31%
R=53.23%
G=42.46%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731381400.200.920.3246.7985.0336.67
HexAD8AE0145C202f5525
Octal25521216024134405712545
Binary1010110110001010111001010010111001000001011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A0E; }

 p { color: rgb(173,138,14); }

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

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

 a { background-color: rgb(173,138,14); }

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

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

 span { border-color: rgb(173,138,14); }

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