#A1CAAB

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

Shades of Chinook #A1CAAB

Tints of Chinook #A1CAAB

Color information

#A1CAAB (or 0xA1CAAB) is unknown color: approx Chinook. HEX triplet: A1, CA and AB. RGB value is (161,202,171). Sum of RGB (Red+Green+Blue) = 161+202+171=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CAAB is #5E3554. Grayscale: #BABABA. Windows color (decimal): -6174037 or 11258529. OLE color: 11258529.

HSL color Cylindrical-coordinate representation of color #A1CAAB: hue angle of 134.63º degrees, saturation: 0.28, 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 #A1CAAB is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB161202171-
CMYK0.2000.150.21
HSL134.63º27.89%71.18%-
HSV(B)134.63º20.3%79.22%-
XYZ43.1752.7646.44-
YUV186.21119.42110.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.15%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=30.15%
G=37.83%
B=32.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021710.2000.150.21134.6327.8971.18
HexA1CAAB140F15871c47
Octal241312253240172520734107
Binary10100001110010101010101110100011111010110000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAAB; }

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

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

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

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

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

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

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

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