#AF9316

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

Shades of Lucky #AF9316

Tints of Lucky #AF9316

Color information

#AF9316 (or 0xAF9316) is unknown color: approx Lucky. HEX triplet: AF, 93 and 16. RGB value is (175,147,22). Sum of RGB (Red+Green+Blue) = 175+147+22=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9316 is #506CE9. Grayscale: #8D8D8D. Windows color (decimal): -5270762 or 1479599. OLE color: 1479599.

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

Color convert

RGB17514722-
CMYK00.160.870.31
HSL49.02º77.66%38.63%-
HSV(B)49.02º87.43%68.63%-
XYZ28.2630.045.07-
YUV141.1260.78152.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 22 (8.98% from 255) = 6.40%
R=50.87%
G=42.73%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751472200.160.870.3149.0277.6638.63
HexAF9316010571F314e27
Octal25722326020127376111647
Binary1010111110010011101100100001010111111111100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9316; }

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

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

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

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

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

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

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

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