#AF9F01

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

Shades of Lucky #AF9F01

Tints of Lucky #AF9F01

Color information

#AF9F01 (or 0xAF9F01) is unknown color: approx Lucky. HEX triplet: AF, 9F and 01. RGB value is (175,159,1). Sum of RGB (Red+Green+Blue) = 175+159+1=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9F01 is #5060FE. Grayscale: #929292. Windows color (decimal): -5267711 or 106415. OLE color: 106415.

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

Color convert

RGB1751591-
CMYK00.090.990.31
HSL54.48º98.86%34.51%-
HSV(B)54.48º99.43%68.63%-
XYZ30.0833.914.99-
YUV145.7746.3148.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=52.24%
G=47.46%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175159100.090.990.3154.4898.8634.51
HexAF9F109631F366323
Octal2572371011143376614343
Binary10101111100111111010011100011111111101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F01; }

 p { color: rgb(175,159,1); }

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

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

 a { background-color: rgb(175,159,1); }

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

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

 span { border-color: rgb(175,159,1); }

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