#af930f

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

Shades of Lucky #AF930F

Tints of Lucky #AF930F

Color information

#AF930F (or 0xAF930F) is unknown color: approx Lucky. HEX triplet: AF, 93 and 0F. RGB value is (175,147,15). Sum of RGB (Red+Green+Blue) = 175+147+15=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF930F is #506CF0. Grayscale: #8C8C8C. Windows color (decimal): -5270769 or 1020847. OLE color: 1020847.

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

Color convert

RGB17514715-
CMYK00.160.910.31
HSL49.5º84.21%37.25%-
HSV(B)49.5º91.43%68.63%-
XYZ28.230.024.76-
YUV140.3257.28152.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 15 (6.25% from 255) = 4.45%
R=51.93%
G=43.62%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751471500.160.910.3149.584.2137.25
HexAF93F0105B1F325425
Octal25722317020133376212445
Binary101011111001001111110100001011011111111100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af930f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af930f; }

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

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

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

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

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

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

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

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