#A4CDA9

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

Shades of Chinook #A4CDA9

Tints of Chinook #A4CDA9

Color information

#A4CDA9 (or 0xA4CDA9) is unknown color: approx Chinook. HEX triplet: A4, CD and A9. RGB value is (164,205,169). Sum of RGB (Red+Green+Blue) = 164+205+169=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDA9 is #5B3256. Grayscale: #BCBCBC. Windows color (decimal): -5976663 or 11128228. OLE color: 11128228.

HSL color Cylindrical-coordinate representation of color #A4CDA9: hue angle of 127.32º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDA9 is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB164205169-
CMYK0.200.180.20
HSL127.32º29.08%72.35%-
HSV(B)127.32º20%80.39%-
XYZ44.354.4245.71-
YUV188.64116.92110.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 169 (66.41% from 255) = 31.41%
R=30.48%
G=38.10%
B=31.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051690.200.180.20127.3229.0872.35
HexA4CDA914012147f1d48
Octal244315251240222417735110
Binary10100100110011011010100110100010010101001111111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDA9; }

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

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

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

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

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

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

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

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