#AD790A

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

Shades of Dark Goldenrod #AD790A

Tints of Dark Goldenrod #AD790A

Color information

#AD790A (or 0xAD790A) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 79 and 0A. RGB value is (173,121,10). Sum of RGB (Red+Green+Blue) = 173+121+10=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD790A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD790A is #5286F5. Grayscale: #7C7C7C. Windows color (decimal): -5408502 or 686509. OLE color: 686509.

HSL color Cylindrical-coordinate representation of color #AD790A: hue angle of 40.86º degrees, saturation: 0.89, 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 #AD790A is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB17312110-
CMYK00.300.940.32
HSL40.86º89.07%35.88%-
HSV(B)40.86º94.22%67.84%-
XYZ24.1322.583.37-
YUV123.8963.73163.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=56.91%
G=39.80%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731211000.300.940.3240.8689.0735.88
HexAD79A01E5E20295924
Octal25517112036136405113144
Binary101011011111001101001111010111101000001010011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD790A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD790A; }

 p { color: rgb(173,121,10); }

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

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

 a { background-color: rgb(173,121,10); }

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

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

 span { border-color: rgb(173,121,10); }

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