#A4D3A9

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

Shades of Chinook #A4D3A9

Tints of Chinook #A4D3A9

Color information

#A4D3A9 (or 0xA4D3A9) is unknown color: approx Chinook. HEX triplet: A4, D3 and A9. RGB value is (164,211,169). Sum of RGB (Red+Green+Blue) = 164+211+169=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D3A9 is #5B2C56. Grayscale: #C0C0C0. Windows color (decimal): -5975127 or 11129764. OLE color: 11129764.

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

Color convert

RGB164211169-
CMYK0.2200.200.17
HSL126.38º34.81%73.53%-
HSV(B)126.38º22.27%82.75%-
XYZ45.7757.3546.19-
YUV192.16114.93107.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 211 (82.81% from 255) = 38.79%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=30.15%
G=38.79%
B=31.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642111690.2200.200.17126.3834.8173.53
HexA4D3A916014117e234a
Octal244323251260242117643112
Binary101001001101001110101001101100101001000111111101000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D3A9; }

 p { color: rgb(164,211,169); }

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

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

 a { background-color: rgb(164,211,169); }

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

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

 span { border-color: rgb(164,211,169); }

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