#AFA31E

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

Shades of Lucky #AFA31E

Tints of Lucky #AFA31E

Color information

#AFA31E (or 0xAFA31E) is unknown color: approx Lucky. HEX triplet: AF, A3 and 1E. RGB value is (175,163,30). Sum of RGB (Red+Green+Blue) = 175+163+30=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA31E is #505CE1. Grayscale: #979797. Windows color (decimal): -5266658 or 2007983. OLE color: 2007983.

HSL color Cylindrical-coordinate representation of color #AFA31E: hue angle of 55.03º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFA31E is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB17516330-
CMYK00.070.830.31
HSL55.03º70.73%40.2%-
HSV(B)55.03º82.86%68.63%-
XYZ31.0135.46.43-
YUV151.4359.48144.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=47.55%
G=44.29%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751633000.070.830.3155.0370.7340.2
HexAFA31E07531F374728
Octal2572433607123376710750
Binary10101111101000111111001111010011111111101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA31E; }

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

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

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

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

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

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

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

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