#A1CEAA

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

Shades of Chinook #A1CEAA

Tints of Chinook #A1CEAA

Color information

#A1CEAA (or 0xA1CEAA) is unknown color: approx Chinook. HEX triplet: A1, CE and AA. RGB value is (161,206,170). Sum of RGB (Red+Green+Blue) = 161+206+170=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEAA is #5E3155. Grayscale: #BCBCBC. Windows color (decimal): -6173014 or 11194017. OLE color: 11194017.

HSL color Cylindrical-coordinate representation of color #A1CEAA: hue angle of 132º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEAA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB161206170-
CMYK0.2200.170.19
HSL132º31.47%71.96%-
HSV(B)132º21.84%80.78%-
XYZ44.0254.6246.25-
YUV188.44117.59108.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=29.98%
G=38.36%
B=31.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061700.2200.170.1913231.4771.96
HexA1CEAA1601113841f48
Octal241316252260212320437110
Binary101000011100111010101010101100100011001110000100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEAA; }

 p { color: rgb(161,206,170); }

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

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

 a { background-color: rgb(161,206,170); }

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

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

 span { border-color: rgb(161,206,170); }

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