#AF921F

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

Shades of Lucky #AF921F

Tints of Lucky #AF921F

Color information

#AF921F (or 0xAF921F) is unknown color: approx Lucky. HEX triplet: AF, 92 and 1F. RGB value is (175,146,31). Sum of RGB (Red+Green+Blue) = 175+146+31=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF921F is #506DE0. Grayscale: #8E8E8E. Windows color (decimal): -5271009 or 2069167. OLE color: 2069167.

HSL color Cylindrical-coordinate representation of color #AF921F: hue angle of 47.92º 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 #AF921F is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17514631-
CMYK00.170.820.31
HSL47.92º69.9%40.39%-
HSV(B)47.92º82.29%68.63%-
XYZ28.2129.775.56-
YUV141.5665.61151.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 31 (12.5% from 255) = 8.81%
R=49.72%
G=41.48%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751463100.170.820.3147.9269.940.39
HexAF921F011521F304628
Octal25722237021122376010650
Binary1010111110010010111110100011010010111111100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF921F; }

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

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

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

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

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

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

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

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