#AF9F18

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

Shades of Lucky #AF9F18

Tints of Lucky #AF9F18

Color information

#AF9F18 (or 0xAF9F18) is unknown color: approx Lucky. HEX triplet: AF, 9F and 18. RGB value is (175,159,24). Sum of RGB (Red+Green+Blue) = 175+159+24=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9F18 is #5060E7. Grayscale: #949494. Windows color (decimal): -5267688 or 1613743. OLE color: 1613743.

HSL color Cylindrical-coordinate representation of color #AF9F18: hue angle of 53.64º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF9F18 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17515924-
CMYK00.090.860.31
HSL53.64º75.88%39.02%-
HSV(B)53.64º86.29%68.63%-
XYZ30.2433.985.83-
YUV148.3957.8146.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 159 (62.5% from 255) = 44.41%
BLUE value IS 24 (9.77% from 255) = 6.70%
R=48.88%
G=44.41%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751592400.090.860.3153.6475.8839.02
HexAF9F1809561F364c27
Octal25723730011126376611447
Binary101011111001111111000010011010110111111101101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F18; }

 p { color: rgb(175,159,24); }

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

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

 a { background-color: rgb(175,159,24); }

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

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

 span { border-color: rgb(175,159,24); }

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