#A1CBA4

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

Shades of Chinook #A1CBA4

Tints of Chinook #A1CBA4

Color information

#A1CBA4 (or 0xA1CBA4) is unknown color: approx Chinook. HEX triplet: A1, CB and A4. RGB value is (161,203,164). Sum of RGB (Red+Green+Blue) = 161+203+164=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBA4 is #5E345B. Grayscale: #BABABA. Windows color (decimal): -6173788 or 10800033. OLE color: 10800033.

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

Color convert

RGB161203164-
CMYK0.2100.190.20
HSL124.29º28.77%71.37%-
HSV(B)124.29º20.69%79.61%-
XYZ42.7552.9743.09-
YUV186115.59110.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=30.49%
G=38.45%
B=31.06%

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
Decimal1612031640.2100.190.20124.2928.7771.37
HexA1CBA415013147c1d47
Octal241313244250232417435107
Binary10100001110010111010010010101010011101001111100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBA4; }

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

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

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

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

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

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

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

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