#AFA809

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

Shades of Lucky #AFA809

Tints of Lucky #AFA809

Color information

#AFA809 (or 0xAFA809) is unknown color: approx Lucky. HEX triplet: AF, A8 and 09. RGB value is (175,168,9). Sum of RGB (Red+Green+Blue) = 175+168+9=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA809 is #5057F6. Grayscale: #989898. Windows color (decimal): -5265399 or 633007. OLE color: 633007.

HSL color Cylindrical-coordinate representation of color #AFA809: hue angle of 57.47º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFA809 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1751689-
CMYK00.040.950.31
HSL57.47º90.22%36.08%-
HSV(B)57.47º94.86%68.63%-
XYZ31.7337.145.75-
YUV151.9747.32144.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 168 (66.02% from 255) = 47.73%
BLUE value IS 9 (3.91% from 255) = 2.56%
R=49.72%
G=47.73%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175168900.040.950.3157.4790.2236.08
HexAFA89045F1F395a24
Octal2572501104137377113244
Binary1010111110101000100101001011111111111110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA809; }

 p { color: rgb(175,168,9); }

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

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

 a { background-color: rgb(175,168,9); }

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

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

 span { border-color: rgb(175,168,9); }

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