#AC7510

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

Shades of Dark Goldenrod #AC7510

Tints of Dark Goldenrod #AC7510

Color information

#AC7510 (or 0xAC7510) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 75 and 10. RGB value is (172,117,16). Sum of RGB (Red+Green+Blue) = 172+117+16=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7510 is #538AEF. Grayscale: #7A7A7A. Windows color (decimal): -5475056 or 1078700. OLE color: 1078700.

HSL color Cylindrical-coordinate representation of color #AC7510: hue angle of 38.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC7510 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17211716-
CMYK00.320.910.33
HSL38.85º82.98%36.86%-
HSV(B)38.85º90.7%67.45%-
XYZ23.4721.533.41-
YUV121.9368.22163.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=56.39%
G=38.36%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721171600.320.910.3338.8582.9836.86
HexAC75100205B21275325
Octal25416520040133414712345
Binary10101100111010110000010000010110111000011001111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7510; }

 p { color: rgb(172,117,16); }

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

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

 a { background-color: rgb(172,117,16); }

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

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

 span { border-color: rgb(172,117,16); }

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