#A4D2AB

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

Shades of Chinook #A4D2AB

Tints of Chinook #A4D2AB

Color information

#A4D2AB (or 0xA4D2AB) is unknown color: approx Chinook. HEX triplet: A4, D2 and AB. RGB value is (164,210,171). Sum of RGB (Red+Green+Blue) = 164+210+171=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D2AB is #5B2D54. Grayscale: #BFBFBF. Windows color (decimal): -5975381 or 11260580. OLE color: 11260580.

HSL color Cylindrical-coordinate representation of color #A4D2AB: hue angle of 129.13º degrees, saturation: 0.34, 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 #A4D2AB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB164210171-
CMYK0.2200.190.18
HSL129.13º33.82%73.33%-
HSV(B)129.13º21.9%82.35%-
XYZ45.7156.9347.11-
YUV191.8116.26108.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=30.09%
G=38.53%
B=31.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642101710.2200.190.18129.1333.8273.33
HexA4D2AB1601312812249
Octal244322253260232220142111
Binary1010010011010010101010111011001001110010100000011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D2AB; }

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

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

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

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

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

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

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

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