#A1B8A8

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

Shades of Summer Green #A1B8A8

Tints of Summer Green #A1B8A8

Color information

#A1B8A8 (or 0xA1B8A8) is unknown color: approx Summer Green. HEX triplet: A1, B8 and A8. RGB value is (161,184,168). Sum of RGB (Red+Green+Blue) = 161+184+168=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8A8 is #5E4757. Grayscale: #AFAFAF. Windows color (decimal): -6178648 or 11057313. OLE color: 11057313.

HSL color Cylindrical-coordinate representation of color #A1B8A8: hue angle of 138.26º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B8A8 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB161184168-
CMYK0.1200.090.28
HSL138.26º13.94%67.65%-
HSV(B)138.26º12.5%72.16%-
XYZ38.9144.6943.62-
YUV175.3123.88117.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=31.38%
G=35.87%
B=32.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841680.1200.090.28138.2613.9467.65
HexA1B8A8C091C8ae44
Octal241270250140113421216104
Binary101000011011100010101000110001001111001000101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8A8; }

 p { color: rgb(161,184,168); }

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

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

 a { background-color: rgb(161,184,168); }

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

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

 span { border-color: rgb(161,184,168); }

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