#AFA019

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

Shades of Lucky #AFA019

Tints of Lucky #AFA019

Color information

#AFA019 (or 0xAFA019) is unknown color: approx Lucky. HEX triplet: AF, A0 and 19. RGB value is (175,160,25). Sum of RGB (Red+Green+Blue) = 175+160+25=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA019 is #505FE6. Grayscale: #959595. Windows color (decimal): -5267431 or 1679535. OLE color: 1679535.

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

Color convert

RGB17516025-
CMYK00.090.860.31
HSL54º75%39.22%-
HSV(B)54º85.71%68.63%-
XYZ30.4334.335.94-
YUV149.0957.97146.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 25 (10.16% from 255) = 6.94%
R=48.61%
G=44.44%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751602500.090.860.31547539.22
HexAFA01909561F364b27
Octal25724031011126376611347
Binary101011111010000011001010011010110111111101101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA019; }

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

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

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

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

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

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

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

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