#A0CBAB

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

Shades of Chinook #A0CBAB

Tints of Chinook #A0CBAB

Color information

#A0CBAB (or 0xA0CBAB) is unknown color: approx Chinook. HEX triplet: A0, CB and AB. RGB value is (160,203,171). Sum of RGB (Red+Green+Blue) = 160+203+171=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CBAB is #5F3454. Grayscale: #BABABA. Windows color (decimal): -6239317 or 11258784. OLE color: 11258784.

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

Color convert

RGB160203171-
CMYK0.2100.160.20
HSL135.35º29.25%71.18%-
HSV(B)135.35º21.18%79.61%-
XYZ43.253.1346.51-
YUV186.49119.25109.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=29.96%
G=38.01%
B=32.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031710.2100.160.20135.3529.2571.18
HexA0CBAB1501014871d47
Octal240313253250202420735107
Binary101000001100101110101011101010100001010010000111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CBAB; }

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

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

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

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

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

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

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

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