#AFA20C

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

Shades of Lucky #AFA20C

Tints of Lucky #AFA20C

Color information

#AFA20C (or 0xAFA20C) is unknown color: approx Lucky. HEX triplet: AF, A2 and 0C. RGB value is (175,162,12). Sum of RGB (Red+Green+Blue) = 175+162+12=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA20C is #505DF3. Grayscale: #959595. Windows color (decimal): -5266932 or 828079. OLE color: 828079.

HSL color Cylindrical-coordinate representation of color #AFA20C: hue angle of 55.21º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFA20C is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17516212-
CMYK00.070.930.31
HSL55.21º87.17%36.67%-
HSV(B)55.21º93.14%68.63%-
XYZ30.6734.985.48-
YUV148.7950.81146.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 12 (5.08% from 255) = 3.44%
R=50.14%
G=46.42%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751621200.070.930.3155.2187.1736.67
HexAFA2C075D1F375725
Octal2572421407135376712745
Binary1010111110100010110001111011101111111101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA20C; }

 p { color: rgb(175,162,12); }

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

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

 a { background-color: rgb(175,162,12); }

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

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

 span { border-color: rgb(175,162,12); }

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