#AC9107

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

Shades of Dark Goldenrod #AC9107

Tints of Dark Goldenrod #AC9107

Color information

#AC9107 (or 0xAC9107) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 91 and 07. RGB value is (172,145,7). Sum of RGB (Red+Green+Blue) = 172+145+7=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9107 is #536EF8. Grayscale: #898989. Windows color (decimal): -5467897 or 496044. OLE color: 496044.

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

Color convert

RGB1721457-
CMYK00.160.960.33
HSL50.18º92.18%35.1%-
HSV(B)50.18º95.93%67.45%-
XYZ27.1829.044.37-
YUV137.3454.45152.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.09%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 7 (3.12% from 255) = 2.16%
R=53.09%
G=44.75%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172145700.160.960.3350.1892.1835.1
HexAC9170106021325c23
Octal2542217020140416213443
Binary101011001001000111101000011000001000011100101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9107; }

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

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

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

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

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

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

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

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