#AC7407

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

Shades of Dark Goldenrod #AC7407

Tints of Dark Goldenrod #AC7407

Color information

#AC7407 (or 0xAC7407) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 74 and 07. RGB value is (172,116,7). Sum of RGB (Red+Green+Blue) = 172+116+7=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7407 is #538BF8. Grayscale: #787878. Windows color (decimal): -5475321 or 488620. OLE color: 488620.

HSL color Cylindrical-coordinate representation of color #AC7407: hue angle of 39.64º 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 #AC7407 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1721167-
CMYK00.330.960.33
HSL39.64º92.18%35.1%-
HSV(B)39.64º95.93%67.45%-
XYZ23.321.283.08-
YUV120.3264.05164.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 7 (3.12% from 255) = 2.37%
R=58.31%
G=39.32%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172116700.330.960.3339.6492.1835.1
HexAC7470216021285c23
Octal2541647041140415013443
Binary101011001110100111010000111000001000011010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7407; }

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

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

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

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

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

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

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

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