#A6CEA7

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

Shades of Chinook #A6CEA7

Tints of Chinook #A6CEA7

Color information

#A6CEA7 (or 0xA6CEA7) is unknown color: approx Chinook. HEX triplet: A6, CE and A7. RGB value is (166,206,167). Sum of RGB (Red+Green+Blue) = 166+206+167=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEA7 is #593158. Grayscale: #BDBDBD. Windows color (decimal): -5845337 or 10997414. OLE color: 10997414.

HSL color Cylindrical-coordinate representation of color #A6CEA7: hue angle of 121.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEA7 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB166206167-
CMYK0.1900.190.19
HSL121.5º28.99%72.94%-
HSV(B)121.5º19.42%80.78%-
XYZ44.7755.0444.82-
YUV189.59115.25111.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 167 (65.62% from 255) = 30.98%
R=30.80%
G=38.22%
B=30.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061670.1900.190.19121.528.9972.94
HexA6CEA71301313791d49
Octal246316247230232317135111
Binary10100110110011101010011110011010011100111111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEA7; }

 p { color: rgb(166,206,167); }

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

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

 a { background-color: rgb(166,206,167); }

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

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

 span { border-color: rgb(166,206,167); }

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