#A4D1AD

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

Shades of Chinook #A4D1AD

Tints of Chinook #A4D1AD

Color information

#A4D1AD (or 0xA4D1AD) is unknown color: approx Chinook. HEX triplet: A4, D1 and AD. RGB value is (164,209,173). Sum of RGB (Red+Green+Blue) = 164+209+173=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D1AD is #5B2E52. Grayscale: #BFBFBF. Windows color (decimal): -5975635 or 11391396. OLE color: 11391396.

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

Color convert

RGB164209173-
CMYK0.2200.170.18
HSL132º32.85%73.14%-
HSV(B)132º21.53%81.96%-
XYZ45.6556.5148.04-
YUV191.44117.59108.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=30.04%
G=38.28%
B=31.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642091730.2200.170.1813232.8573.14
HexA4D1AD1601112842149
Octal244321255260212220441111
Binary1010010011010001101011011011001000110010100001001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D1AD; }

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

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

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

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

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

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

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

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