#AFA01C

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

Shades of Lucky #AFA01C

Tints of Lucky #AFA01C

Color information

#AFA01C (or 0xAFA01C) is unknown color: approx Lucky. HEX triplet: AF, A0 and 1C. RGB value is (175,160,28). Sum of RGB (Red+Green+Blue) = 175+160+28=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA01C is #505FE3. Grayscale: #959595. Windows color (decimal): -5267428 or 1876143. OLE color: 1876143.

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

Color convert

RGB17516028-
CMYK00.090.840.31
HSL53.88º72.41%39.8%-
HSV(B)53.88º84%68.63%-
XYZ30.4634.346.12-
YUV149.4459.47146.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 28 (11.33% from 255) = 7.71%
R=48.21%
G=44.08%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751602800.090.840.3153.8872.4139.8
HexAFA01C09541F364828
Octal25724034011124376611050
Binary101011111010000011100010011010100111111101101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA01C; }

 p { color: rgb(175,160,28); }

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

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

 a { background-color: rgb(175,160,28); }

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

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

 span { border-color: rgb(175,160,28); }

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