#AF940E

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

Shades of Lucky #AF940E

Tints of Lucky #AF940E

Color information

#AF940E (or 0xAF940E) is unknown color: approx Lucky. HEX triplet: AF, 94 and 0E. RGB value is (175,148,14). Sum of RGB (Red+Green+Blue) = 175+148+14=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF940E is #506BF1. Grayscale: #8D8D8D. Windows color (decimal): -5270514 or 955567. OLE color: 955567.

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

Color convert

RGB17514814-
CMYK00.150.920.31
HSL49.94º85.19%37.06%-
HSV(B)49.94º92%68.63%-
XYZ28.3530.334.77-
YUV140.856.45152.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=51.93%
G=43.92%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751481400.150.920.3149.9485.1937.06
HexAF94E0F5C1F325525
Octal25722416017134376212545
Binary10101111100101001110011111011100111111100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF940E; }

 p { color: rgb(175,148,14); }

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

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

 a { background-color: rgb(175,148,14); }

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

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

 span { border-color: rgb(175,148,14); }

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