#AF9A01

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

Shades of Lucky #AF9A01

Tints of Lucky #AF9A01

Color information

#AF9A01 (or 0xAF9A01) is unknown color: approx Lucky. HEX triplet: AF, 9A and 01. RGB value is (175,154,1). Sum of RGB (Red+Green+Blue) = 175+154+1=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A01 is #5065FE. Grayscale: #8F8F8F. Windows color (decimal): -5268991 or 105135. OLE color: 105135.

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

Color convert

RGB1751541-
CMYK00.120.990.31
HSL52.76º98.86%34.51%-
HSV(B)52.76º99.43%68.63%-
XYZ29.2432.234.71-
YUV142.8447.96150.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 154 (60.55% from 255) = 46.67%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=53.03%
G=46.67%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175154100.120.990.3152.7698.8634.51
HexAF9A10C631F356323
Octal2572321014143376514343
Binary10101111100110101011001100011111111101011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A01; }

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

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

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

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

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

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

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

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