#A2DAAD

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

Shades of Chinook #A2DAAD

Tints of Chinook #A2DAAD

Color information

#A2DAAD (or 0xA2DAAD) is unknown color: approx Chinook. HEX triplet: A2, DA and AD. RGB value is (162,218,173). Sum of RGB (Red+Green+Blue) = 162+218+173=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DAAD is #5D2552. Grayscale: #C4C4C4. Windows color (decimal): -6104403 or 11393698. OLE color: 11393698.

HSL color Cylindrical-coordinate representation of color #A2DAAD: hue angle of 131.79º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DAAD is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB162218173-
CMYK0.2600.210.15
HSL131.79º43.08%74.51%-
HSV(B)131.79º25.69%85.49%-
XYZ47.5160.8448.77-
YUV196.13114.95103.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=29.29%
G=39.42%
B=31.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622181730.2600.210.15131.7943.0874.51
HexA2DAAD1A015F842b4b
Octal242332255320251720453113
Binary101000101101101010101101110100101011111100001001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DAAD; }

 p { color: rgb(162,218,173); }

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

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

 a { background-color: rgb(162,218,173); }

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

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

 span { border-color: rgb(162,218,173); }

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