#A4D1AB

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

Shades of Chinook #A4D1AB

Tints of Chinook #A4D1AB

Color information

#A4D1AB (or 0xA4D1AB) is unknown color: approx Chinook. HEX triplet: A4, D1 and AB. RGB value is (164,209,171). Sum of RGB (Red+Green+Blue) = 164+209+171=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D1AB is #5B2E54. Grayscale: #BFBFBF. Windows color (decimal): -5975637 or 11260324. OLE color: 11260324.

HSL color Cylindrical-coordinate representation of color #A4D1AB: hue angle of 129.33º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D1AB is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB164209171-
CMYK0.2200.180.18
HSL129.33º32.85%73.14%-
HSV(B)129.33º21.53%81.96%-
XYZ45.4656.4347.02-
YUV191.21116.59108.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=30.15%
G=38.42%
B=31.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642091710.2200.180.18129.3332.8573.14
HexA4D1AB1601212812149
Octal244321253260222220141111
Binary1010010011010001101010111011001001010010100000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D1AB; }

 p { color: rgb(164,209,171); }

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

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

 a { background-color: rgb(164,209,171); }

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

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

 span { border-color: rgb(164,209,171); }

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