#AFA013

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

Shades of Lucky #AFA013

Tints of Lucky #AFA013

Color information

#AFA013 (or 0xAFA013) is unknown color: approx Lucky. HEX triplet: AF, A0 and 13. RGB value is (175,160,19). Sum of RGB (Red+Green+Blue) = 175+160+19=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA013 is #505FEC. Grayscale: #949494. Windows color (decimal): -5267437 or 1286319. OLE color: 1286319.

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

Color convert

RGB17516019-
CMYK00.090.890.31
HSL54.23º80.41%38.04%-
HSV(B)54.23º89.14%68.63%-
XYZ30.3734.35.64-
YUV148.4154.97146.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 160 (62.89% from 255) = 45.20%
BLUE value IS 19 (7.81% from 255) = 5.37%
R=49.44%
G=45.20%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751601900.090.890.3154.2380.4138.04
HexAFA01309591F365026
Octal25724023011131376612046
Binary101011111010000010011010011011001111111101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA013; }

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

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

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

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

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

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

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

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