#A1BFA3

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

Shades of Chinook #A1BFA3

Tints of Chinook #A1BFA3

Color information

#A1BFA3 (or 0xA1BFA3) is unknown color: approx Chinook. HEX triplet: A1, BF and A3. RGB value is (161,191,163). Sum of RGB (Red+Green+Blue) = 161+191+163=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFA3 is #5E405C. Grayscale: #B2B2B2. Windows color (decimal): -6176861 or 10731425. OLE color: 10731425.

HSL color Cylindrical-coordinate representation of color #A1BFA3: hue angle of 124º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BFA3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB161191163-
CMYK0.1600.150.25
HSL124º18.99%69.02%-
HSV(B)124º15.71%74.9%-
XYZ39.9447.4841.71-
YUV178.84119.06115.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 163 (64.06% from 255) = 31.65%
R=31.26%
G=37.09%
B=31.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911630.1600.150.2512418.9969.02
HexA1BFA3100F197c1345
Octal241277243200173117423105
Binary1010000110111111101000111000001111110011111100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFA3; }

 p { color: rgb(161,191,163); }

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

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

 a { background-color: rgb(161,191,163); }

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

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

 span { border-color: rgb(161,191,163); }

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