#A1CCA9

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

Shades of Chinook #A1CCA9

Tints of Chinook #A1CCA9

Color information

#A1CCA9 (or 0xA1CCA9) is unknown color: approx Chinook. HEX triplet: A1, CC and A9. RGB value is (161,204,169). Sum of RGB (Red+Green+Blue) = 161+204+169=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCA9 is #5E3356. Grayscale: #BBBBBB. Windows color (decimal): -6173527 or 11127969. OLE color: 11127969.

HSL color Cylindrical-coordinate representation of color #A1CCA9: hue angle of 131.16º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCA9 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB161204169-
CMYK0.2100.170.2
HSL131.16º29.66%71.57%-
HSV(B)131.16º21.08%80%-
XYZ43.4553.6345.6-
YUV187.15117.75109.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.15%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=30.15%
G=38.20%
B=31.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041690.2100.170.2131.1629.6671.57
HexA1CCA91501114831e48
Octal241314251250212420336110
Binary101000011100110010101001101010100011010010000011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCA9; }

 p { color: rgb(161,204,169); }

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

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

 a { background-color: rgb(161,204,169); }

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

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

 span { border-color: rgb(161,204,169); }

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