#A2CDA9

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

Shades of Chinook #A2CDA9

Tints of Chinook #A2CDA9

Color information

#A2CDA9 (or 0xA2CDA9) is unknown color: approx Chinook. HEX triplet: A2, CD and A9. RGB value is (162,205,169). Sum of RGB (Red+Green+Blue) = 162+205+169=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CDA9 is #5D3256. Grayscale: #BCBCBC. Windows color (decimal): -6107735 or 11128226. OLE color: 11128226.

HSL color Cylindrical-coordinate representation of color #A2CDA9: hue angle of 129.77º 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 #A2CDA9 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB162205169-
CMYK0.2100.180.20
HSL129.77º30.07%71.96%-
HSV(B)129.77º20.98%80.39%-
XYZ43.8954.2145.69-
YUV188.04117.25109.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=30.22%
G=38.25%
B=31.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051690.2100.180.20129.7730.0771.96
HexA2CDA91501214821e48
Octal242315251250222420236110
Binary101000101100110110101001101010100101010010000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDA9; }

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

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

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

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

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

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

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

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