#AD8E08

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

Shades of Dark Goldenrod #AD8E08

Tints of Dark Goldenrod #AD8E08

Color information

#AD8E08 (or 0xAD8E08) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 8E and 08. RGB value is (173,142,8). Sum of RGB (Red+Green+Blue) = 173+142+8=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8E08 is #5271F7. Grayscale: #888888. Windows color (decimal): -5403128 or 560813. OLE color: 560813.

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

Color convert

RGB1731428-
CMYK00.180.950.32
HSL48.73º91.16%35.49%-
HSV(B)48.73º95.38%67.84%-
XYZ26.9528.254.26-
YUV135.9955.77154.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.56%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 8 (3.52% from 255) = 2.48%
R=53.56%
G=43.96%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173142800.180.950.3248.7391.1635.49
HexAD8E80125F20315b23
Octal25521610022137406113343
Binary1010110110001110100001001010111111000001100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E08; }

 p { color: rgb(173,142,8); }

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

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

 a { background-color: rgb(173,142,8); }

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

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

 span { border-color: rgb(173,142,8); }

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