#ACA714

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

Shades of Lucky #ACA714

Tints of Lucky #ACA714

Color information

#ACA714 (or 0xACA714) is unknown color: approx Lucky. HEX triplet: AC, A7 and 14. RGB value is (172,167,20). Sum of RGB (Red+Green+Blue) = 172+167+20=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA714 is #5358EB. Grayscale: #989898. Windows color (decimal): -5462252 or 1353644. OLE color: 1353644.

HSL color Cylindrical-coordinate representation of color #ACA714: hue angle of 58.03º degrees, saturation: 0.79, 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 #ACA714 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB17216720-
CMYK00.030.880.33
HSL58.03º79.17%37.65%-
HSV(B)58.03º88.37%67.45%-
XYZ30.9636.466.07-
YUV151.7453.66142.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 167 (65.62% from 255) = 46.52%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=47.91%
G=46.52%
B=5.57%

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
Decimal1721672000.030.880.3358.0379.1737.65
HexACA7140358213a4f26
Octal2542472403130417211746
Binary10101100101001111010001110110001000011110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA714; }

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

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

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

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

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

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

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

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