#AC9014

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

Shades of Lucky #AC9014

Tints of Lucky #AC9014

Color information

#AC9014 (or 0xAC9014) is unknown color: approx Lucky. HEX triplet: AC, 90 and 14. RGB value is (172,144,20). Sum of RGB (Red+Green+Blue) = 172+144+20=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9014 is #536FEB. Grayscale: #8A8A8A. Windows color (decimal): -5468140 or 1347756. OLE color: 1347756.

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

Color convert

RGB17214420-
CMYK00.160.880.33
HSL48.95º79.17%37.65%-
HSV(B)48.95º88.37%67.45%-
XYZ27.1128.774.79-
YUV138.2461.28152.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 20 (8.20% from 255) = 5.95%
R=51.19%
G=42.86%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721442000.160.880.3348.9579.1737.65
HexAC90140105821314f26
Octal25422024020130416111746
Binary10101100100100001010001000010110001000011100011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9014; }

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

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

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

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

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

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

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

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