#ac7405

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

Shades of Dark Goldenrod #AC7405

Tints of Dark Goldenrod #AC7405

Color information

#AC7405 (or 0xAC7405) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 74 and 05. RGB value is (172,116,5). Sum of RGB (Red+Green+Blue) = 172+116+5=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7405 is #538BFA. Grayscale: #787878. Windows color (decimal): -5475323 or 357548. OLE color: 357548.

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

Color convert

RGB1721165-
CMYK00.330.970.33
HSL39.88º94.35%34.71%-
HSV(B)39.88º97.09%67.45%-
XYZ23.2921.273.02-
YUV120.0963.05165.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=58.70%
G=39.59%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172116500.330.970.3339.8894.3534.71
HexAC7450216121285e23
Octal2541645041141415013643
Binary101011001110100101010000111000011000011010001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7405; }

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

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

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

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

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

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

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

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