#AC901F

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

Shades of Lucky #AC901F

Tints of Lucky #AC901F

Color information

#AC901F (or 0xAC901F) is unknown color: approx Lucky. HEX triplet: AC, 90 and 1F. RGB value is (172,144,31). Sum of RGB (Red+Green+Blue) = 172+144+31=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC901F is #536FE0. Grayscale: #8B8B8B. Windows color (decimal): -5468129 or 2068652. OLE color: 2068652.

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

Color convert

RGB17214431-
CMYK00.160.820.33
HSL48.09º69.46%39.8%-
HSV(B)48.09º81.98%67.45%-
XYZ27.2328.825.42-
YUV139.4966.78151.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=49.57%
G=41.50%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721443100.160.820.3348.0969.4639.8
HexAC901F0105221304528
Octal25422037020122416010550
Binary10101100100100001111101000010100101000011100001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC901F; }

 p { color: rgb(172,144,31); }

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

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

 a { background-color: rgb(172,144,31); }

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

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

 span { border-color: rgb(172,144,31); }

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