#A1CEAD

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

Shades of Chinook #A1CEAD

Tints of Chinook #A1CEAD

Color information

#A1CEAD (or 0xA1CEAD) is unknown color: approx Chinook. HEX triplet: A1, CE and AD. RGB value is (161,206,173). Sum of RGB (Red+Green+Blue) = 161+206+173=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CEAD is #5E3152. Grayscale: #BCBCBC. Windows color (decimal): -6173011 or 11390625. OLE color: 11390625.

HSL color Cylindrical-coordinate representation of color #A1CEAD: hue angle of 136º 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 #A1CEAD is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB161206173-
CMYK0.2200.160.19
HSL136º31.47%71.96%-
HSV(B)136º21.84%80.78%-
XYZ44.3154.7447.76-
YUV188.78119.09108.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 173 (67.97% from 255) = 32.04%
R=29.81%
G=38.15%
B=32.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061730.2200.160.1913631.4771.96
HexA1CEAD1601013881f48
Octal241316255260202321037110
Binary101000011100111010101101101100100001001110001000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEAD; }

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

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

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

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

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

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

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

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