#AF991F

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

Shades of Lucky #AF991F

Tints of Lucky #AF991F

Color information

#AF991F (or 0xAF991F) is unknown color: approx Lucky. HEX triplet: AF, 99 and 1F. RGB value is (175,153,31). Sum of RGB (Red+Green+Blue) = 175+153+31=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF991F is #5066E0. Grayscale: #929292. Windows color (decimal): -5269217 or 2070959. OLE color: 2070959.

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

Color convert

RGB17515331-
CMYK00.130.820.31
HSL50.83º69.9%40.39%-
HSV(B)50.83º82.29%68.63%-
XYZ29.32325.93-
YUV145.6763.29148.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 31 (12.5% from 255) = 8.64%
R=48.75%
G=42.62%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751533100.130.820.3150.8369.940.39
HexAF991F0D521F334628
Octal25723137015122376310650
Binary101011111001100111111011011010010111111100111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF991F; }

 p { color: rgb(175,153,31); }

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

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

 a { background-color: rgb(175,153,31); }

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

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

 span { border-color: rgb(175,153,31); }

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