#AF9819

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

Shades of Lucky #AF9819

Tints of Lucky #AF9819

Color information

#AF9819 (or 0xAF9819) is unknown color: approx Lucky. HEX triplet: AF, 98 and 19. RGB value is (175,152,25). Sum of RGB (Red+Green+Blue) = 175+152+25=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9819 is #5067E6. Grayscale: #909090. Windows color (decimal): -5269479 or 1677487. OLE color: 1677487.

HSL color Cylindrical-coordinate representation of color #AF9819: hue angle of 50.8º degrees, saturation: 0.75, 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 #AF9819 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17515225-
CMYK00.130.860.31
HSL50.8º75%39.22%-
HSV(B)50.8º85.71%68.63%-
XYZ29.0831.645.49-
YUV144.460.62149.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 25 (10.16% from 255) = 7.10%
R=49.72%
G=43.18%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751522500.130.860.3150.87539.22
HexAF98190D561F334b27
Octal25723031015126376311347
Binary101011111001100011001011011010110111111100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9819; }

 p { color: rgb(175,152,25); }

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

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

 a { background-color: rgb(175,152,25); }

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

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

 span { border-color: rgb(175,152,25); }

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