#AD750C

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

Shades of Dark Goldenrod #AD750C

Tints of Dark Goldenrod #AD750C

Color information

#AD750C (or 0xAD750C) is unknown color: approx Dark Goldenrod. HEX triplet: AD, 75 and 0C. RGB value is (173,117,12). Sum of RGB (Red+Green+Blue) = 173+117+12=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD750C is #528AF3. Grayscale: #7A7A7A. Windows color (decimal): -5409524 or 816557. OLE color: 816557.

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

Color convert

RGB17311712-
CMYK00.320.930.32
HSL39.13º87.03%36.27%-
HSV(B)39.13º93.06%67.84%-
XYZ23.6621.633.28-
YUV121.7766.05164.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.28%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 12 (5.08% from 255) = 3.97%
R=57.28%
G=38.74%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731171200.320.930.3239.1387.0336.27
HexAD75C0205D20275724
Octal25516514040135404712744
Binary1010110111101011100010000010111011000001001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD750C; }

 p { color: rgb(173,117,12); }

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

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

 a { background-color: rgb(173,117,12); }

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

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

 span { border-color: rgb(173,117,12); }

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