#AFA020

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

Shades of Lucky #AFA020

Tints of Lucky #AFA020

Color information

#AFA020 (or 0xAFA020) is unknown color: approx Lucky. HEX triplet: AF, A0 and 20. RGB value is (175,160,32). Sum of RGB (Red+Green+Blue) = 175+160+32=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA020 is #505FDF. Grayscale: #969696. Windows color (decimal): -5267424 or 2138287. OLE color: 2138287.

HSL color Cylindrical-coordinate representation of color #AFA020: hue angle of 53.71º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFA020 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17516032-
CMYK00.090.820.31
HSL53.71º69.08%40.59%-
HSV(B)53.71º81.71%68.63%-
XYZ30.5134.366.39-
YUV149.8961.47145.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 32 (12.89% from 255) = 8.72%
R=47.68%
G=43.60%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751603200.090.820.3153.7169.0840.59
HexAFA02009521F364529
Octal25724040011122376610551
Binary1010111110100000100000010011010010111111101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA020; }

 p { color: rgb(175,160,32); }

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

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

 a { background-color: rgb(175,160,32); }

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

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

 span { border-color: rgb(175,160,32); }

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