#A1CBA2

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

Shades of Chinook #A1CBA2

Tints of Chinook #A1CBA2

Color information

#A1CBA2 (or 0xA1CBA2) is unknown color: approx Chinook. HEX triplet: A1, CB and A2. RGB value is (161,203,162). Sum of RGB (Red+Green+Blue) = 161+203+162=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBA2 is #5E345D. Grayscale: #B9B9B9. Windows color (decimal): -6173790 or 10668961. OLE color: 10668961.

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

Color convert

RGB161203162-
CMYK0.2100.200.20
HSL121.43º28.77%71.37%-
HSV(B)121.43º20.69%79.61%-
XYZ42.5852.942.15-
YUV185.77114.59110.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=30.61%
G=38.59%
B=30.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031620.2100.200.20121.4328.7771.37
HexA1CBA21501414791d47
Octal241313242250242417135107
Binary10100001110010111010001010101010100101001111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBA2; }

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

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

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

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

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

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

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

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