#AFA00F

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

Shades of Lucky #AFA00F

Tints of Lucky #AFA00F

Color information

#AFA00F (or 0xAFA00F) is unknown color: approx Lucky. HEX triplet: AF, A0 and 0F. RGB value is (175,160,15). Sum of RGB (Red+Green+Blue) = 175+160+15=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA00F is #505FF0. Grayscale: #949494. Windows color (decimal): -5267441 or 1024175. OLE color: 1024175.

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

Color convert

RGB17516015-
CMYK00.090.910.31
HSL54.38º84.21%37.25%-
HSV(B)54.38º91.43%68.63%-
XYZ30.3434.295.47-
YUV147.9552.97147.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 15 (6.25% from 255) = 4.29%
R=50%
G=45.71%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751601500.090.910.3154.3884.2137.25
HexAFA0F095B1F365425
Octal25724017011133376612445
Binary10101111101000001111010011011011111111101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA00F; }

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

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

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

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

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

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

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

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