#A4CA8A

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

Shades of Gossip #A4CA8A

Tints of Gossip #A4CA8A

Color information

#A4CA8A (or 0xA4CA8A) is unknown color: approx Gossip. HEX triplet: A4, CA and 8A. RGB value is (164,202,138). Sum of RGB (Red+Green+Blue) = 164+202+138=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CA8A is #5B3575. Grayscale: #B7B7B7. Windows color (decimal): -5977462 or 9095844. OLE color: 9095844.

HSL color Cylindrical-coordinate representation of color #A4CA8A: hue angle of 95.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4CA8A is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB164202138-
CMYK0.1900.320.21
HSL95.62º37.65%66.67%-
HSV(B)95.62º31.68%79.22%-
XYZ41.0251.9731.91-
YUV183.34102.41114.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=32.54%
G=40.08%
B=27.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021380.1900.320.2195.6237.6566.67
HexA4CA8A1302015602643
Octal244312212230402514046103
Binary1010010011001010100010101001101000001010111000001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA8A; }

 p { color: rgb(164,202,138); }

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

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

 a { background-color: rgb(164,202,138); }

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

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

 span { border-color: rgb(164,202,138); }

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