#AC9321

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

Shades of Lucky #AC9321

Tints of Lucky #AC9321

Color information

#AC9321 (or 0xAC9321) is unknown color: approx Lucky. HEX triplet: AC, 93 and 21. RGB value is (172,147,33). Sum of RGB (Red+Green+Blue) = 172+147+33=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9321 is #536CDE. Grayscale: #8D8D8D. Windows color (decimal): -5467359 or 2200492. OLE color: 2200492.

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

Color convert

RGB17214733-
CMYK00.150.810.33
HSL49.21º67.8%40.2%-
HSV(B)49.21º80.81%67.45%-
XYZ27.7229.755.72-
YUV141.4866.78149.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=48.86%
G=41.76%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721473300.150.810.3349.2167.840.2
HexAC93210F5121314428
Octal25422341017121416110450
Binary10101100100100111000010111110100011000011100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9321; }

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

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

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

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

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

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

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

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