#A1B7A5

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

Shades of Summer Green #A1B7A5

Tints of Summer Green #A1B7A5

Color information

#A1B7A5 (or 0xA1B7A5) is unknown color: approx Summer Green. HEX triplet: A1, B7 and A5. RGB value is (161,183,165). Sum of RGB (Red+Green+Blue) = 161+183+165=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B7A5 is #5E485A. Grayscale: #AEAEAE. Windows color (decimal): -6178907 or 10860449. OLE color: 10860449.

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

Color convert

RGB161183165-
CMYK0.1200.100.28
HSL130.91º13.25%67.45%-
HSV(B)130.91º12.02%71.76%-
XYZ38.4244.1642.1-
YUV174.37122.71118.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 165 (64.84% from 255) = 32.42%
R=31.63%
G=35.95%
B=32.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831650.1200.100.28130.9113.2567.45
HexA1B7A5C0A1C83d43
Octal241267245140123420315103
Binary101000011011011110100101110001010111001000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B7A5; }

 p { color: rgb(161,183,165); }

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

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

 a { background-color: rgb(161,183,165); }

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

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

 span { border-color: rgb(161,183,165); }

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