#AC9905

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

Shades of Lucky #AC9905

Tints of Lucky #AC9905

Color information

#AC9905 (or 0xAC9905) is unknown color: approx Lucky. HEX triplet: AC, 99 and 05. RGB value is (172,153,5). Sum of RGB (Red+Green+Blue) = 172+153+5=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9905 is #5366FA. Grayscale: #8E8E8E. Windows color (decimal): -5465851 or 367020. OLE color: 367020.

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

Color convert

RGB1721535-
CMYK00.110.970.33
HSL53.17º94.35%34.71%-
HSV(B)53.17º97.09%67.45%-
XYZ28.4331.564.74-
YUV141.8150.79149.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=52.12%
G=46.36%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172153500.110.970.3353.1794.3534.71
HexAC9950B6121355e23
Octal2542315013141416513643
Binary10101100100110011010101111000011000011101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9905; }

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

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

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

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

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

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

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

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