#A3B179

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

Shades of Locust #A3B179

Tints of Locust #A3B179

Color information

#A3B179 (or 0xA3B179) is unknown color: approx Locust. HEX triplet: A3, B1 and 79. RGB value is (163,177,121). Sum of RGB (Red+Green+Blue) = 163+177+121=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B179 is #5C4E86. Grayscale: #A6A6A6. Windows color (decimal): -6049415 or 7975331. OLE color: 7975331.

HSL color Cylindrical-coordinate representation of color #A3B179: hue angle of 75º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3B179 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB163177121-
CMYK0.0800.320.31
HSL75º26.42%58.43%-
HSV(B)75º31.64%69.41%-
XYZ34.2840.6124.12-
YUV166.43102.36125.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=35.36%
G=38.39%
B=26.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631771210.0800.320.317526.4258.43
HexA3B17980201F4b1a3a
Octal24326117110040371133272
Binary101000111011000111110011000010000011111100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B179; }

 p { color: rgb(163,177,121); }

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

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

 a { background-color: rgb(163,177,121); }

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

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

 span { border-color: rgb(163,177,121); }

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