#A4D6AD

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

Shades of Chinook #A4D6AD

Tints of Chinook #A4D6AD

Color information

#A4D6AD (or 0xA4D6AD) is unknown color: approx Chinook. HEX triplet: A4, D6 and AD. RGB value is (164,214,173). Sum of RGB (Red+Green+Blue) = 164+214+173=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D6AD is #5B2952. Grayscale: #C2C2C2. Windows color (decimal): -5974355 or 11392676. OLE color: 11392676.

HSL color Cylindrical-coordinate representation of color #A4D6AD: hue angle of 130.8º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D6AD is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB164214173-
CMYK0.2300.190.16
HSL130.8º37.88%74.12%-
HSV(B)130.8º23.36%83.92%-
XYZ46.95948.45-
YUV194.38115.94106.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=29.76%
G=38.84%
B=31.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642141730.2300.190.16130.837.8874.12
HexA4D6AD170131083264a
Octal244326255270232020346112
Binary1010010011010110101011011011101001110000100000111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D6AD; }

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

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

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

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

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

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

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

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