#A1C9A5

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

Shades of Chinook #A1C9A5

Tints of Chinook #A1C9A5

Color information

#A1C9A5 (or 0xA1C9A5) is unknown color: approx Chinook. HEX triplet: A1, C9 and A5. RGB value is (161,201,165). Sum of RGB (Red+Green+Blue) = 161+201+165=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C9A5 is #5E365A. Grayscale: #B9B9B9. Windows color (decimal): -6174299 or 10865057. OLE color: 10865057.

HSL color Cylindrical-coordinate representation of color #A1C9A5: hue angle of 126º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1C9A5 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB161201165-
CMYK0.2000.180.21
HSL126º27.03%70.98%-
HSV(B)126º19.9%78.82%-
XYZ42.3852.0743.41-
YUV184.94116.75110.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=30.55%
G=38.14%
B=31.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612011650.2000.180.2112627.0370.98
HexA1C9A514012157e1b47
Octal241311245240222517633107
Binary10100001110010011010010110100010010101011111110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C9A5; }

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

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

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

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

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

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

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

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