#A0CAAB

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

Shades of Chinook #A0CAAB

Tints of Chinook #A0CAAB

Color information

#A0CAAB (or 0xA0CAAB) is unknown color: approx Chinook. HEX triplet: A0, CA and AB. RGB value is (160,202,171). Sum of RGB (Red+Green+Blue) = 160+202+171=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAAB is #5F3554. Grayscale: #B9B9B9. Windows color (decimal): -6239573 or 11258528. OLE color: 11258528.

HSL color Cylindrical-coordinate representation of color #A0CAAB: hue angle of 135.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAAB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB160202171-
CMYK0.2100.150.21
HSL135.71º28.38%70.98%-
HSV(B)135.71º20.79%79.22%-
XYZ42.9752.6546.43-
YUV185.91119.59109.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=30.02%
G=37.90%
B=32.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021710.2100.150.21135.7128.3870.98
HexA0CAAB150F15881c47
Octal240312253250172521034107
Binary10100000110010101010101110101011111010110001000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAAB; }

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

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

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

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

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

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

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

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