#AFA312

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

Shades of Lucky #AFA312

Tints of Lucky #AFA312

Color information

#AFA312 (or 0xAFA312) is unknown color: approx Lucky. HEX triplet: AF, A3 and 12. RGB value is (175,163,18). Sum of RGB (Red+Green+Blue) = 175+163+18=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA312 is #505CED. Grayscale: #969696. Windows color (decimal): -5266670 or 1221551. OLE color: 1221551.

HSL color Cylindrical-coordinate representation of color #AFA312: hue angle of 55.41º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFA312 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17516318-
CMYK00.070.900.31
HSL55.41º81.35%37.84%-
HSV(B)55.41º89.71%68.63%-
XYZ30.8935.355.77-
YUV150.0653.48145.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 163 (64.06% from 255) = 45.79%
BLUE value IS 18 (7.42% from 255) = 5.06%
R=49.16%
G=45.79%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751631800.070.900.3155.4181.3537.84
HexAFA312075A1F375126
Octal2572432207132376712146
Binary10101111101000111001001111011010111111101111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA312; }

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

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

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

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

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

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

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

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