#AFA512

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

Shades of Lucky #AFA512

Tints of Lucky #AFA512

Color information

#AFA512 (or 0xAFA512) is unknown color: approx Lucky. HEX triplet: AF, A5 and 12. RGB value is (175,165,18). Sum of RGB (Red+Green+Blue) = 175+165+18=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA512 is #505AED. Grayscale: #979797. Windows color (decimal): -5266158 or 1222063. OLE color: 1222063.

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

Color convert

RGB17516518-
CMYK00.060.900.31
HSL56.18º81.35%37.84%-
HSV(B)56.18º89.71%68.63%-
XYZ31.2436.075.89-
YUV151.2352.81144.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 165 (64.84% from 255) = 46.09%
BLUE value IS 18 (7.42% from 255) = 5.03%
R=48.88%
G=46.09%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751651800.060.900.3156.1881.3537.84
HexAFA512065A1F385126
Octal2572452206132377012146
Binary10101111101001011001001101011010111111110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA512; }

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

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

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

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

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

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

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

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