#A0CDAB

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

Shades of Chinook #A0CDAB

Tints of Chinook #A0CDAB

Color information

#A0CDAB (or 0xA0CDAB) is unknown color: approx Chinook. HEX triplet: A0, CD and AB. RGB value is (160,205,171). Sum of RGB (Red+Green+Blue) = 160+205+171=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CDAB is #5F3254. Grayscale: #BBBBBB. Windows color (decimal): -6238805 or 11259296. OLE color: 11259296.

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

Color convert

RGB160205171-
CMYK0.2200.170.20
HSL134.67º31.03%71.57%-
HSV(B)134.67º21.95%80.39%-
XYZ43.6854.0846.66-
YUV187.67118.59108.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=29.85%
G=38.25%
B=31.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051710.2200.170.20134.6731.0371.57
HexA0CDAB1601114871f48
Octal240315253260212420737110
Binary101000001100110110101011101100100011010010000111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDAB; }

 p { color: rgb(160,205,171); }

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

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

 a { background-color: rgb(160,205,171); }

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

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

 span { border-color: rgb(160,205,171); }

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