#AC7507

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

Shades of Dark Goldenrod #AC7507

Tints of Dark Goldenrod #AC7507

Color information

#AC7507 (or 0xAC7507) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 75 and 07. RGB value is (172,117,7). Sum of RGB (Red+Green+Blue) = 172+117+7=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7507 is #538AF8. Grayscale: #797979. Windows color (decimal): -5475065 or 488876. OLE color: 488876.

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

Color convert

RGB1721177-
CMYK00.320.960.33
HSL40º92.18%35.1%-
HSV(B)40º95.93%67.45%-
XYZ23.4121.513.12-
YUV120.963.72164.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.11%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 7 (3.12% from 255) = 2.36%
R=58.11%
G=39.53%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172117700.320.960.334092.1835.1
HexAC7570206021285c23
Octal2541657040140415013443
Binary101011001110101111010000011000001000011010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7507; }

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

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

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

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

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

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

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

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