#A2D3AD

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

Shades of Chinook #A2D3AD

Tints of Chinook #A2D3AD

Color information

#A2D3AD (or 0xA2D3AD) is unknown color: approx Chinook. HEX triplet: A2, D3 and AD. RGB value is (162,211,173). Sum of RGB (Red+Green+Blue) = 162+211+173=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D3AD is #5D2C52. Grayscale: #C0C0C0. Windows color (decimal): -6106195 or 11391906. OLE color: 11391906.

HSL color Cylindrical-coordinate representation of color #A2D3AD: hue angle of 133.47º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D3AD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB162211173-
CMYK0.2300.180.17
HSL133.47º35.77%73.14%-
HSV(B)133.47º23.22%82.75%-
XYZ45.7457.2948.18-
YUV192.02117.27106.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.67%
GREEN value IS 211 (82.81% from 255) = 38.64%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=29.67%
G=38.64%
B=31.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111730.2300.180.17133.4735.7773.14
HexA2D3AD1701211852449
Octal242323255270222120544111
Binary1010001011010011101011011011101001010001100001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3AD; }

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

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

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

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

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

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

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

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