#AD8F08

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

Shades of Dark Goldenrod #AD8F08

Tints of Dark Goldenrod #AD8F08

Color information

#AD8F08 (or 0xAD8F08) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 8F and 08. RGB value is (173,143,8). Sum of RGB (Red+Green+Blue) = 173+143+8=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F08 is #5270F7. Grayscale: #898989. Windows color (decimal): -5402872 or 561069. OLE color: 561069.

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

Color convert

RGB1731438-
CMYK00.170.950.32
HSL49.09º91.16%35.49%-
HSV(B)49.09º95.38%67.84%-
XYZ27.128.554.31-
YUV136.5855.44153.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.40%
GREEN value IS 143 (56.25% from 255) = 44.14%
BLUE value IS 8 (3.52% from 255) = 2.47%
R=53.40%
G=44.14%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173143800.170.950.3249.0991.1635.49
HexAD8F80115F20315b23
Octal25521710021137406113343
Binary1010110110001111100001000110111111000001100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F08; }

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

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

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

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

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

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

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

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