#a8991c

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

Shades of Lucky #A8991C

Tints of Lucky #A8991C

Color information

#A8991C (or 0xA8991C) is unknown color: approx Lucky. HEX triplet: A8, 99 and 1C. RGB value is (168,153,28). Sum of RGB (Red+Green+Blue) = 168+153+28=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8991C is #5766E3. Grayscale: #8F8F8F. Windows color (decimal): -5727972 or 1874344. OLE color: 1874344.

HSL color Cylindrical-coordinate representation of color #A8991C: hue angle of 53.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8991C is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB16815328-
CMYK00.090.830.34
HSL53.57º71.43%38.43%-
HSV(B)53.57º83.33%65.88%-
XYZ27.7531.195.66-
YUV143.2462.97145.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.14%
GREEN value IS 153 (60.16% from 255) = 43.84%
BLUE value IS 28 (11.33% from 255) = 8.02%
R=48.14%
G=43.84%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681532800.090.830.3453.5771.4338.43
HexA8991C095322364726
Octal25023134011123426610746
Binary1010100010011001111000100110100111000101101101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8991c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8991c; }

 p { color: rgb(168,153,28); }

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

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

 a { background-color: rgb(168,153,28); }

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

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

 span { border-color: rgb(168,153,28); }

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