#AD7E0B

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

Shades of Dark Goldenrod #AD7E0B

Tints of Dark Goldenrod #AD7E0B

Color information

#AD7E0B (or 0xAD7E0B) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 7E and 0B. RGB value is (173,126,11). Sum of RGB (Red+Green+Blue) = 173+126+11=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7E0B is #5281F4. Grayscale: #7F7F7F. Windows color (decimal): -5407221 or 753325. OLE color: 753325.

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

Color convert

RGB17312611-
CMYK00.270.940.32
HSL42.59º88.04%36.08%-
HSV(B)42.59º93.64%67.84%-
XYZ24.7523.833.61-
YUV126.9462.57160.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.81%
GREEN value IS 126 (49.61% from 255) = 40.65%
BLUE value IS 11 (4.69% from 255) = 3.55%
R=55.81%
G=40.65%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731261100.270.940.3242.5988.0436.08
HexAD7EB01B5E202b5824
Octal25517613033136405313044
Binary101011011111110101101101110111101000001010111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E0B; }

 p { color: rgb(173,126,11); }

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

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

 a { background-color: rgb(173,126,11); }

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

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

 span { border-color: rgb(173,126,11); }

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