#AC930A

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

Shades of Lucky #AC930A

Tints of Lucky #AC930A

Color information

#AC930A (or 0xAC930A) is unknown color: approx Lucky. HEX triplet: AC, 93 and 0A. RGB value is (172,147,10). Sum of RGB (Red+Green+Blue) = 172+147+10=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC930A is #536CF5. Grayscale: #8B8B8B. Windows color (decimal): -5467382 or 693164. OLE color: 693164.

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

Color convert

RGB17214710-
CMYK00.150.940.33
HSL50.74º89.01%35.69%-
HSV(B)50.74º94.19%67.45%-
XYZ27.529.664.56-
YUV138.8655.28151.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.28%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=52.28%
G=44.68%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721471000.150.940.3350.7489.0135.69
HexAC93A0F5E21335924
Octal25422312017136416313144
Binary101011001001001110100111110111101000011100111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC930A; }

 p { color: rgb(172,147,10); }

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

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

 a { background-color: rgb(172,147,10); }

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

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

 span { border-color: rgb(172,147,10); }

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