#A8962B

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

Shades of Lucky #A8962B

Tints of Lucky #A8962B

Color information

#A8962B (or 0xA8962B) is unknown color: approx Lucky. HEX triplet: A8, 96 and 2B. RGB value is (168,150,43). Sum of RGB (Red+Green+Blue) = 168+150+43=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8962B is #5769D4. Grayscale: #8F8F8F. Windows color (decimal): -5728725 or 2856616. OLE color: 2856616.

HSL color Cylindrical-coordinate representation of color #A8962B: hue angle of 51.36º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8962B is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB16815043-
CMYK00.110.740.34
HSL51.36º59.24%41.37%-
HSV(B)51.36º74.4%65.88%-
XYZ27.4930.316.69-
YUV143.1871.46145.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 43 (17.19% from 255) = 11.91%
R=46.54%
G=41.55%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681504300.110.740.3451.3659.2441.37
HexA8962B0B4A22333b29
Octal2502265301311242637351
Binary1010100010010110101011010111001010100010110011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8962B; }

 p { color: rgb(168,150,43); }

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

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

 a { background-color: rgb(168,150,43); }

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

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

 span { border-color: rgb(168,150,43); }

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