#A1CBAB

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

Shades of Chinook #A1CBAB

Tints of Chinook #A1CBAB

Color information

#A1CBAB (or 0xA1CBAB) is unknown color: approx Chinook. HEX triplet: A1, CB and AB. RGB value is (161,203,171). Sum of RGB (Red+Green+Blue) = 161+203+171=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBAB is #5E3454. Grayscale: #BABABA. Windows color (decimal): -6173781 or 11258785. OLE color: 11258785.

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

Color convert

RGB161203171-
CMYK0.2100.160.20
HSL134.29º28.77%71.37%-
HSV(B)134.29º20.69%79.61%-
XYZ43.453.2346.51-
YUV186.79119.09109.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=30.09%
G=37.94%
B=31.96%

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
Decimal1612031710.2100.160.20134.2928.7771.37
HexA1CBAB1501014861d47
Octal241313253250202420635107
Binary101000011100101110101011101010100001010010000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBAB; }

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

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

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

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

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

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

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

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