#A1C1A4

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

Shades of Chinook #A1C1A4

Tints of Chinook #A1C1A4

Color information

#A1C1A4 (or 0xA1C1A4) is unknown color: approx Chinook. HEX triplet: A1, C1 and A4. RGB value is (161,193,164). Sum of RGB (Red+Green+Blue) = 161+193+164=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1A4 is #5E3E5B. Grayscale: #B4B4B4. Windows color (decimal): -6176348 or 10797473. OLE color: 10797473.

HSL color Cylindrical-coordinate representation of color #A1C1A4: hue angle of 125.62º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1A4 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB161193164-
CMYK0.1700.150.24
HSL125.62º20.51%69.41%-
HSV(B)125.62º16.58%75.69%-
XYZ40.4748.442.33-
YUV180.13118.9114.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=31.08%
G=37.26%
B=31.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931640.1700.150.24125.6220.5169.41
HexA1C1A4110F187e1545
Octal241301244210173017625105
Binary1010000111000001101001001000101111110001111110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1A4; }

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

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

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

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

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

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

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

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