#AD8E03

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

Shades of Dark Goldenrod #AD8E03

Tints of Dark Goldenrod #AD8E03

Color information

#AD8E03 (or 0xAD8E03) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 8E and 03. RGB value is (173,142,3). Sum of RGB (Red+Green+Blue) = 173+142+3=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8E03 is #5271FC. Grayscale: #888888. Windows color (decimal): -5403133 or 233133. OLE color: 233133.

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

Color convert

RGB1731423-
CMYK00.180.980.32
HSL49.06º96.59%34.51%-
HSV(B)49.06º98.27%67.84%-
XYZ26.9228.244.12-
YUV135.4253.27154.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.40%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=54.40%
G=44.65%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173142300.180.980.3249.0696.5934.51
HexAD8E30126220316123
Octal2552163022142406114143
Binary10101101100011101101001011000101000001100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E03; }

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

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

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

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

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

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

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

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