#AFA212

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

Shades of Lucky #AFA212

Tints of Lucky #AFA212

Color information

#AFA212 (or 0xAFA212) is unknown color: approx Lucky. HEX triplet: AF, A2 and 12. RGB value is (175,162,18). Sum of RGB (Red+Green+Blue) = 175+162+18=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA212 is #505DED. Grayscale: #969696. Windows color (decimal): -5266926 or 1221295. OLE color: 1221295.

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

Color convert

RGB17516218-
CMYK00.070.900.31
HSL55.03º81.35%37.84%-
HSV(B)55.03º89.71%68.63%-
XYZ30.71355.71-
YUV149.4753.81146.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 18 (7.42% from 255) = 5.07%
R=49.30%
G=45.63%
B=5.07%

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
Decimal1751621800.070.900.3155.0381.3537.84
HexAFA212075A1F375126
Octal2572422207132376712146
Binary10101111101000101001001111011010111111101111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA212; }

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

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

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

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

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

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

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

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