#AD8602

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

Shades of Dark Goldenrod #AD8602

Tints of Dark Goldenrod #AD8602

Color information

#AD8602 (or 0xAD8602) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 86 and 02. RGB value is (173,134,2). Sum of RGB (Red+Green+Blue) = 173+134+2=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8602 is #5279FD. Grayscale: #838383. Windows color (decimal): -5405182 or 165549. OLE color: 165549.

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

Color convert

RGB1731342-
CMYK00.230.990.32
HSL46.32º97.71%34.31%-
HSV(B)46.32º98.84%67.84%-
XYZ25.7725.943.71-
YUV130.6155.42158.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.99%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=55.99%
G=43.37%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173134200.230.990.3246.3297.7134.31
HexAD86201763202e6222
Octal2552062027143405614242
Binary10101101100001101001011111000111000001011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8602; }

 p { color: rgb(173,134,2); }

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

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

 a { background-color: rgb(173,134,2); }

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

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

 span { border-color: rgb(173,134,2); }

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