#AF930C

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

Shades of Lucky #AF930C

Tints of Lucky #AF930C

Color information

#AF930C (or 0xAF930C) is unknown color: approx Lucky. HEX triplet: AF, 93 and 0C. RGB value is (175,147,12). Sum of RGB (Red+Green+Blue) = 175+147+12=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF930C is #506CF3. Grayscale: #8C8C8C. Windows color (decimal): -5270772 or 824239. OLE color: 824239.

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

Color convert

RGB17514712-
CMYK00.160.930.31
HSL49.69º87.17%36.67%-
HSV(B)49.69º93.14%68.63%-
XYZ28.1830.014.65-
YUV139.9855.78152.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 12 (5.08% from 255) = 3.59%
R=52.40%
G=44.01%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751471200.160.930.3149.6987.1736.67
HexAF93C0105D1F325725
Octal25722314020135376212745
Binary101011111001001111000100001011101111111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF930C; }

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

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

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

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

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

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

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

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