#AFA715

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

Shades of Lucky #AFA715

Tints of Lucky #AFA715

Color information

#AFA715 (or 0xAFA715) is unknown color: approx Lucky. HEX triplet: AF, A7 and 15. RGB value is (175,167,21). Sum of RGB (Red+Green+Blue) = 175+167+21=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA715 is #5058EA. Grayscale: #999999. Windows color (decimal): -5265643 or 1419183. OLE color: 1419183.

HSL color Cylindrical-coordinate representation of color #AFA715: hue angle of 56.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFA715 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17516721-
CMYK00.050.880.31
HSL56.88º78.57%38.43%-
HSV(B)56.88º88%68.63%-
XYZ31.6336.816.15-
YUV152.7553.65143.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 167 (65.62% from 255) = 46.01%
BLUE value IS 21 (8.59% from 255) = 5.79%
R=48.21%
G=46.01%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751672100.050.880.3156.8878.5738.43
HexAFA71505581F394f26
Octal2572472505130377111746
Binary10101111101001111010101011011000111111110011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA715; }

 p { color: rgb(175,167,21); }

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

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

 a { background-color: rgb(175,167,21); }

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

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

 span { border-color: rgb(175,167,21); }

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