#AC7500

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

Shades of Dark Goldenrod #AC7500

Tints of Dark Goldenrod #AC7500

Color information

#AC7500 (or 0xAC7500) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 75 and 00. RGB value is (172,117,0). Sum of RGB (Red+Green+Blue) = 172+117+0=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7500 is #538AFF. Grayscale: #787878. Windows color (decimal): -5475072 or 30124. OLE color: 30124.

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

Color convert

RGB1721170-
CMYK00.3210.33
HSL40.81º100%33.73%-
HSV(B)40.81º100%67.45%-
XYZ23.3721.492.92-
YUV120.1160.22165.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.52%
G=40.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172117000.3210.3340.8110033.73
HexAC7500206421296422
Octal2541650040144415114442
Binary1010110011101010010000011001001000011010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7500; }

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

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

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

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

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

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

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

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