#AF9816

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

Shades of Lucky #AF9816

Tints of Lucky #AF9816

Color information

#AF9816 (or 0xAF9816) is unknown color: approx Lucky. HEX triplet: AF, 98 and 16. RGB value is (175,152,22). Sum of RGB (Red+Green+Blue) = 175+152+22=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9816 is #5067E9. Grayscale: #909090. Windows color (decimal): -5269482 or 1480879. OLE color: 1480879.

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

Color convert

RGB17515222-
CMYK00.130.870.31
HSL50.98º77.66%38.63%-
HSV(B)50.98º87.43%68.63%-
XYZ29.0531.635.33-
YUV144.0659.12150.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 22 (8.98% from 255) = 6.30%
R=50.14%
G=43.55%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751522200.130.870.3150.9877.6638.63
HexAF98160D571F334e27
Octal25723026015127376311647
Binary101011111001100010110011011010111111111100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9816; }

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

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

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

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

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

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

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

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