#AF9313

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

Shades of Lucky #AF9313

Tints of Lucky #AF9313

Color information

#AF9313 (or 0xAF9313) is unknown color: approx Lucky. HEX triplet: AF, 93 and 13. RGB value is (175,147,19). Sum of RGB (Red+Green+Blue) = 175+147+19=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9313 is #506CEC. Grayscale: #8D8D8D. Windows color (decimal): -5270765 or 1282991. OLE color: 1282991.

HSL color Cylindrical-coordinate representation of color #AF9313: hue angle of 49.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF9313 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17514719-
CMYK00.160.890.31
HSL49.23º80.41%38.04%-
HSV(B)49.23º89.14%68.63%-
XYZ28.2330.034.92-
YUV140.7859.28152.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 19 (7.81% from 255) = 5.57%
R=51.32%
G=43.11%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751471900.160.890.3149.2380.4138.04
HexAF9313010591F315026
Octal25722323020131376112046
Binary1010111110010011100110100001011001111111100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9313; }

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

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

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

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

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

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

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

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