#A4CAA7

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

Shades of Chinook #A4CAA7

Tints of Chinook #A4CAA7

Color information

#A4CAA7 (or 0xA4CAA7) is unknown color: approx Chinook. HEX triplet: A4, CA and A7. RGB value is (164,202,167). Sum of RGB (Red+Green+Blue) = 164+202+167=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CAA7 is #5B3558. Grayscale: #BABABA. Windows color (decimal): -5977433 or 10996388. OLE color: 10996388.

HSL color Cylindrical-coordinate representation of color #A4CAA7: hue angle of 124.74º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4CAA7 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB164202167-
CMYK0.1900.170.21
HSL124.74º26.39%71.76%-
HSV(B)124.74º18.81%79.22%-
XYZ43.4152.9244.49-
YUV186.65116.91111.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 167 (65.62% from 255) = 31.33%
R=30.77%
G=37.90%
B=31.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021670.1900.170.21124.7426.3971.76
HexA4CAA713011157d1a48
Octal244312247230212517532110
Binary10100100110010101010011110011010001101011111101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAA7; }

 p { color: rgb(164,202,167); }

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

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

 a { background-color: rgb(164,202,167); }

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

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

 span { border-color: rgb(164,202,167); }

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