#ACA715

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

Shades of Lucky #ACA715

Tints of Lucky #ACA715

Color information

#ACA715 (or 0xACA715) is unknown color: approx Lucky. HEX triplet: AC, A7 and 15. RGB value is (172,167,21). Sum of RGB (Red+Green+Blue) = 172+167+21=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA715 is #5358EA. Grayscale: #989898. Windows color (decimal): -5462251 or 1419180. OLE color: 1419180.

HSL color Cylindrical-coordinate representation of color #ACA715: hue angle of 58.01º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACA715 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB17216721-
CMYK00.030.880.33
HSL58.01º78.24%37.84%-
HSV(B)58.01º87.79%67.45%-
XYZ30.9736.466.12-
YUV151.8554.16142.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 167 (65.62% from 255) = 46.39%
BLUE value IS 21 (8.59% from 255) = 5.83%
R=47.78%
G=46.39%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721672100.030.880.3358.0178.2437.84
HexACA7150358213a4e26
Octal2542472503130417211646
Binary10101100101001111010101110110001000011110101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA715; }

 p { color: rgb(172,167,21); }

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

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

 a { background-color: rgb(172,167,21); }

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

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

 span { border-color: rgb(172,167,21); }

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