#A1DEAE

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

Shades of Chinook #A1DEAE

Tints of Chinook #A1DEAE

Color information

#A1DEAE (or 0xA1DEAE) is unknown color: approx Chinook. HEX triplet: A1, DE and AE. RGB value is (161,222,174). Sum of RGB (Red+Green+Blue) = 161+222+174=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DEAE is #5E2151. Grayscale: #C6C6C6. Windows color (decimal): -6168914 or 11460257. OLE color: 11460257.

HSL color Cylindrical-coordinate representation of color #A1DEAE: hue angle of 132.79º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEAE is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB161222174-
CMYK0.2700.220.13
HSL132.79º48.03%75.1%-
HSV(B)132.79º27.48%87.06%-
XYZ48.4662.8849.63-
YUV198.29114.29101.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=28.90%
G=39.86%
B=31.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221740.2700.220.13132.7948.0375.1
HexA1DEAE1B016D85304b
Octal241336256330261520560113
Binary101000011101111010101110110110101101101100001011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DEAE; }

 p { color: rgb(161,222,174); }

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

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

 a { background-color: rgb(161,222,174); }

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

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

 span { border-color: rgb(161,222,174); }

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