#AD7A08

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

Shades of Dark Goldenrod #AD7A08

Tints of Dark Goldenrod #AD7A08

Color information

#AD7A08 (or 0xAD7A08) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 7A and 08. RGB value is (173,122,8). Sum of RGB (Red+Green+Blue) = 173+122+8=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A08 is #5285F7. Grayscale: #7C7C7C. Windows color (decimal): -5408248 or 555693. OLE color: 555693.

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

Color convert

RGB1731228-
CMYK00.290.950.32
HSL41.45º91.16%35.49%-
HSV(B)41.45º95.38%67.84%-
XYZ24.2422.823.36-
YUV124.2562.4162.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.10%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 8 (3.52% from 255) = 2.64%
R=57.10%
G=40.26%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173122800.290.950.3241.4591.1635.49
HexAD7A801D5F20295b23
Octal25517210035137405113343
Binary101011011111010100001110110111111000001010011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7A08; }

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

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

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

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

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

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

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

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