#A2CDA5

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

Shades of Chinook #A2CDA5

Tints of Chinook #A2CDA5

Color information

#A2CDA5 (or 0xA2CDA5) is unknown color: approx Chinook. HEX triplet: A2, CD and A5. RGB value is (162,205,165). Sum of RGB (Red+Green+Blue) = 162+205+165=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CDA5 is #5D325A. Grayscale: #BBBBBB. Windows color (decimal): -6107739 or 10866082. OLE color: 10866082.

HSL color Cylindrical-coordinate representation of color #A2CDA5: hue angle of 124.19º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CDA5 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB162205165-
CMYK0.2100.200.20
HSL124.19º30.07%71.96%-
HSV(B)124.19º20.98%80.39%-
XYZ43.5254.0643.74-
YUV187.58115.25109.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=30.45%
G=38.53%
B=31.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051650.2100.200.20124.1930.0771.96
HexA2CDA515014147c1e48
Octal242315245250242417436110
Binary10100010110011011010010110101010100101001111100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDA5; }

 p { color: rgb(162,205,165); }

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

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

 a { background-color: rgb(162,205,165); }

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

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

 span { border-color: rgb(162,205,165); }

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