#AC9402

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

Shades of Dark Goldenrod #AC9402

Tints of Dark Goldenrod #AC9402

Color information

#AC9402 (or 0xAC9402) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 94 and 02. RGB value is (172,148,2). Sum of RGB (Red+Green+Blue) = 172+148+2=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9402 is #536BFD. Grayscale: #8B8B8B. Windows color (decimal): -5467134 or 169132. OLE color: 169132.

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

Color convert

RGB1721482-
CMYK00.140.990.33
HSL51.53º97.7%34.12%-
HSV(B)51.53º98.84%67.45%-
XYZ27.6129.954.38-
YUV138.5350.95151.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=53.42%
G=45.96%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172148200.140.990.3351.5397.734.12
HexAC9420E6321346222
Octal2542242016143416414242
Binary1010110010010100100111011000111000011101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9402; }

 p { color: rgb(172,148,2); }

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

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

 a { background-color: rgb(172,148,2); }

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

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

 span { border-color: rgb(172,148,2); }

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