#A1CBA5

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

Shades of Chinook #A1CBA5

Tints of Chinook #A1CBA5

Color information

#A1CBA5 (or 0xA1CBA5) is unknown color: approx Chinook. HEX triplet: A1, CB and A5. RGB value is (161,203,165). Sum of RGB (Red+Green+Blue) = 161+203+165=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBA5 is #5E345A. Grayscale: #BABABA. Windows color (decimal): -6173787 or 10865569. OLE color: 10865569.

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

Color convert

RGB161203165-
CMYK0.2100.190.20
HSL125.71º28.77%71.37%-
HSV(B)125.71º20.69%79.61%-
XYZ42.8553.0143.57-
YUV186.11116.09110.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=30.43%
G=38.37%
B=31.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031650.2100.190.20125.7128.7771.37
HexA1CBA515013147e1d47
Octal241313245250232417635107
Binary10100001110010111010010110101010011101001111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBA5; }

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

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

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

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

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

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

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

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