#A4CCA8

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

Shades of Chinook #A4CCA8

Tints of Chinook #A4CCA8

Color information

#A4CCA8 (or 0xA4CCA8) is unknown color: approx Chinook. HEX triplet: A4, CC and A8. RGB value is (164,204,168). Sum of RGB (Red+Green+Blue) = 164+204+168=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CCA8 is #5B3357. Grayscale: #BCBCBC. Windows color (decimal): -5976920 or 11062436. OLE color: 11062436.

HSL color Cylindrical-coordinate representation of color #A4CCA8: hue angle of 126º degrees, saturation: 0.28, 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 #A4CCA8 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB164204168-
CMYK0.2000.180.2
HSL126º28.17%72.16%-
HSV(B)126º19.61%80%-
XYZ43.9753.9145.13-
YUV187.94116.75110.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=30.60%
G=38.06%
B=31.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1642041680.2000.180.212628.1772.16
HexA4CCA814012147e1c48
Octal244314250240222417634110
Binary10100100110011001010100010100010010101001111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCA8; }

 p { color: rgb(164,204,168); }

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

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

 a { background-color: rgb(164,204,168); }

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

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

 span { border-color: rgb(164,204,168); }

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