#AD7B15

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

Shades of Dark Goldenrod #AD7B15

Tints of Dark Goldenrod #AD7B15

Color information

#AD7B15 (or 0xAD7B15) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 7B and 15. RGB value is (173,123,21). Sum of RGB (Red+Green+Blue) = 173+123+21=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B15 is #5284EA. Grayscale: #7E7E7E. Windows color (decimal): -5407979 or 1407917. OLE color: 1407917.

HSL color Cylindrical-coordinate representation of color #AD7B15: hue angle of 40.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD7B15 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB17312321-
CMYK00.290.880.32
HSL40.26º78.35%38.04%-
HSV(B)40.26º87.86%67.84%-
XYZ24.4523.13.88-
YUV126.3268.56161.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 21 (8.59% from 255) = 6.62%
R=54.57%
G=38.80%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731232100.290.880.3240.2678.3538.04
HexAD7B1501D5820284e26
Octal25517325035130405011646
Binary1010110111110111010101110110110001000001010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7B15; }

 p { color: rgb(173,123,21); }

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

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

 a { background-color: rgb(173,123,21); }

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

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

 span { border-color: rgb(173,123,21); }

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