#A4D4AD

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

Shades of Chinook #A4D4AD

Tints of Chinook #A4D4AD

Color information

#A4D4AD (or 0xA4D4AD) is unknown color: approx Chinook. HEX triplet: A4, D4 and AD. RGB value is (164,212,173). Sum of RGB (Red+Green+Blue) = 164+212+173=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D4AD is #5B2B52. Grayscale: #C1C1C1. Windows color (decimal): -5974867 or 11392164. OLE color: 11392164.

HSL color Cylindrical-coordinate representation of color #A4D4AD: hue angle of 131.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4AD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB164212173-
CMYK0.2300.180.17
HSL131.25º35.82%73.73%-
HSV(B)131.25º22.64%83.14%-
XYZ46.45848.28-
YUV193.2116.6107.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=29.87%
G=38.62%
B=31.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642121730.2300.180.17131.2535.8273.73
HexA4D4AD170121183244a
Octal244324255270222120344112
Binary1010010011010100101011011011101001010001100000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D4AD; }

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

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

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

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

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

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

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

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