#A1CA8E

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

Shades of Gossip #A1CA8E

Tints of Gossip #A1CA8E

Color information

#A1CA8E (or 0xA1CA8E) is unknown color: approx Gossip. HEX triplet: A1, CA and 8E. RGB value is (161,202,142). Sum of RGB (Red+Green+Blue) = 161+202+142=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA8E is #5E3571. Grayscale: #B7B7B7. Windows color (decimal): -6174066 or 9357985. OLE color: 9357985.

HSL color Cylindrical-coordinate representation of color #A1CA8E: hue angle of 101º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1CA8E is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB161202142-
CMYK0.2000.300.21
HSL101º36.14%67.45%-
HSV(B)101º29.7%79.22%-
XYZ40.751.7733.44-
YUV182.9104.92112.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=31.88%
G=40%
B=28.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021420.2000.300.2110136.1467.45
HexA1CA8E1401E15652443
Octal241312216240362514544103
Binary101000011100101010001110101000111101010111001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA8E; }

 p { color: rgb(161,202,142); }

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

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

 a { background-color: rgb(161,202,142); }

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

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

 span { border-color: rgb(161,202,142); }

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