#AC951F

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

Shades of Lucky #AC951F

Tints of Lucky #AC951F

Color information

#AC951F (or 0xAC951F) is unknown color: approx Lucky. HEX triplet: AC, 95 and 1F. RGB value is (172,149,31). Sum of RGB (Red+Green+Blue) = 172+149+31=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC951F is #536AE0. Grayscale: #8E8E8E. Windows color (decimal): -5466849 or 2069932. OLE color: 2069932.

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

Color convert

RGB17214931-
CMYK00.130.820.33
HSL50.21º69.46%39.8%-
HSV(B)50.21º81.98%67.45%-
XYZ28.0130.365.68-
YUV142.4265.12149.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 31 (12.5% from 255) = 8.81%
R=48.86%
G=42.33%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721493100.130.820.3350.2169.4639.8
HexAC951F0D5221324528
Octal25422537015122416210550
Binary1010110010010101111110110110100101000011100101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC951F; }

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

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

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

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

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

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

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

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