#A7962B

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

Shades of Lucky #A7962B

Tints of Lucky #A7962B

Color information

#A7962B (or 0xA7962B) is unknown color: approx Lucky. HEX triplet: A7, 96 and 2B. RGB value is (167,150,43). Sum of RGB (Red+Green+Blue) = 167+150+43=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7962B is #5869D4. Grayscale: #8F8F8F. Windows color (decimal): -5794261 or 2856615. OLE color: 2856615.

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

Color convert

RGB16715043-
CMYK00.100.740.35
HSL51.77º59.05%41.18%-
HSV(B)51.77º74.25%65.49%-
XYZ27.2830.26.68-
YUV142.8871.63145.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 43 (17.19% from 255) = 11.94%
R=46.39%
G=41.67%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671504300.100.740.3551.7759.0541.18
HexA7962B0A4A23343b29
Octal2472265301211243647351
Binary1010011110010110101011010101001010100011110100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7962B; }

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

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

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

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

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

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

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

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