#AF9016

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

Shades of Lucky #AF9016

Tints of Lucky #AF9016

Color information

#AF9016 (or 0xAF9016) is unknown color: approx Lucky. HEX triplet: AF, 90 and 16. RGB value is (175,144,22). Sum of RGB (Red+Green+Blue) = 175+144+22=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9016 is #506FE9. Grayscale: #8B8B8B. Windows color (decimal): -5271530 or 1478831. OLE color: 1478831.

HSL color Cylindrical-coordinate representation of color #AF9016: hue angle of 47.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF9016 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB17514422-
CMYK00.180.870.31
HSL47.84º77.66%38.63%-
HSV(B)47.84º87.43%68.63%-
XYZ27.829.124.91-
YUV139.3661.77153.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 22 (8.98% from 255) = 6.45%
R=51.32%
G=42.23%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751442200.180.870.3147.8477.6638.63
HexAF9016012571F304e27
Octal25722026022127376011647
Binary1010111110010000101100100101010111111111100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9016; }

 p { color: rgb(175,144,22); }

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

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

 a { background-color: rgb(175,144,22); }

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

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

 span { border-color: rgb(175,144,22); }

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