#A8921F

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

Shades of Lucky #A8921F

Tints of Lucky #A8921F

Color information

#A8921F (or 0xA8921F) is unknown color: approx Lucky. HEX triplet: A8, 92 and 1F. RGB value is (168,146,31). Sum of RGB (Red+Green+Blue) = 168+146+31=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8921F is #576DE0. Grayscale: #8B8B8B. Windows color (decimal): -5729761 or 2069160. OLE color: 2069160.

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

Color convert

RGB16814631-
CMYK00.130.820.34
HSL50.36º68.84%39.02%-
HSV(B)50.36º81.55%65.88%-
XYZ26.6728.985.48-
YUV139.4766.79148.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=48.70%
G=42.32%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681463100.130.820.3450.3668.8439.02
HexA8921F0D5222324527
Octal25022237015122426210547
Binary1010100010010010111110110110100101000101100101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8921F; }

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

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

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

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

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

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

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

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