#A3D9B1

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

Shades of Chinook #A3D9B1

Tints of Chinook #A3D9B1

Color information

#A3D9B1 (or 0xA3D9B1) is unknown color: approx Chinook. HEX triplet: A3, D9 and B1. RGB value is (163,217,177). Sum of RGB (Red+Green+Blue) = 163+217+177=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D9B1 is #5C264E. Grayscale: #C4C4C4. Windows color (decimal): -6039119 or 11655587. OLE color: 11655587.

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

Color convert

RGB163217177-
CMYK0.2500.180.15
HSL135.56º41.54%74.51%-
HSV(B)135.56º24.88%85.1%-
XYZ47.8560.5950.77-
YUV196.29117.11104.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=29.26%
G=38.96%
B=31.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632171770.2500.180.15135.5641.5474.51
HexA3D9B119012F882a4b
Octal243331261310221721052113
Binary101000111101100110110001110010100101111100010001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D9B1; }

 p { color: rgb(163,217,177); }

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

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

 a { background-color: rgb(163,217,177); }

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

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

 span { border-color: rgb(163,217,177); }

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