#AFA313

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

Shades of Lucky #AFA313

Tints of Lucky #AFA313

Color information

#AFA313 (or 0xAFA313) is unknown color: approx Lucky. HEX triplet: AF, A3 and 13. RGB value is (175,163,19). Sum of RGB (Red+Green+Blue) = 175+163+19=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA313 is #505CEC. Grayscale: #969696. Windows color (decimal): -5266669 or 1287087. OLE color: 1287087.

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

Color convert

RGB17516319-
CMYK00.070.890.31
HSL55.38º80.41%38.04%-
HSV(B)55.38º89.14%68.63%-
XYZ30.8935.365.81-
YUV150.1753.98145.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 163 (64.06% from 255) = 45.66%
BLUE value IS 19 (7.81% from 255) = 5.32%
R=49.02%
G=45.66%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751631900.070.890.3155.3880.4138.04
HexAFA31307591F375026
Octal2572432307131376712046
Binary10101111101000111001101111011001111111101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA313; }

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

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

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

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

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

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

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

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