#AFA415

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

Shades of Lucky #AFA415

Tints of Lucky #AFA415

Color information

#AFA415 (or 0xAFA415) is unknown color: approx Lucky. HEX triplet: AF, A4 and 15. RGB value is (175,164,21). Sum of RGB (Red+Green+Blue) = 175+164+21=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA415 is #505BEA. Grayscale: #979797. Windows color (decimal): -5266411 or 1418415. OLE color: 1418415.

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

Color convert

RGB17516421-
CMYK00.060.880.31
HSL55.71º78.57%38.43%-
HSV(B)55.71º88%68.63%-
XYZ31.0935.725.97-
YUV150.9954.64145.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 164 (64.45% from 255) = 45.56%
BLUE value IS 21 (8.59% from 255) = 5.83%
R=48.61%
G=45.56%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751642100.060.880.3155.7178.5738.43
HexAFA41506581F384f26
Octal2572442506130377011746
Binary10101111101001001010101101011000111111110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA415; }

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

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

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

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

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

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

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

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