#A79B2B

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

Shades of Lucky #A79B2B

Tints of Lucky #A79B2B

Color information

#A79B2B (or 0xA79B2B) is unknown color: approx Lucky. HEX triplet: A7, 9B and 2B. RGB value is (167,155,43). Sum of RGB (Red+Green+Blue) = 167+155+43=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79B2B is #5864D4. Grayscale: #929292. Windows color (decimal): -5792981 or 2857895. OLE color: 2857895.

HSL color Cylindrical-coordinate representation of color #A79B2B: hue angle of 54.19º 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 #A79B2B is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB16715543-
CMYK00.070.740.35
HSL54.19º59.05%41.18%-
HSV(B)54.19º74.25%65.49%-
XYZ28.0931.836.95-
YUV145.8269.98143.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 43 (17.19% from 255) = 11.78%
R=45.75%
G=42.47%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671554300.070.740.3554.1959.0541.18
HexA79B2B074A23363b29
Octal247233530711243667351
Binary101001111001101110101101111001010100011110110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B2B; }

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

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

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

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

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

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

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

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