#A6CFAA

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

Shades of Chinook #A6CFAA

Tints of Chinook #A6CFAA

Color information

#A6CFAA (or 0xA6CFAA) is unknown color: approx Chinook. HEX triplet: A6, CF and AA. RGB value is (166,207,170). Sum of RGB (Red+Green+Blue) = 166+207+170=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CFAA is #593055. Grayscale: #BEBEBE. Windows color (decimal): -5845078 or 11194278. OLE color: 11194278.

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

Color convert

RGB166207170-
CMYK0.2000.180.19
HSL125.85º29.93%73.14%-
HSV(B)125.85º19.81%81.18%-
XYZ45.2955.6346.38-
YUV190.52116.42110.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=30.57%
G=38.12%
B=31.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662071700.2000.180.19125.8529.9373.14
HexA6CFAA14012137e1e49
Octal246317252240222317636111
Binary10100110110011111010101010100010010100111111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFAA; }

 p { color: rgb(166,207,170); }

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

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

 a { background-color: rgb(166,207,170); }

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

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

 span { border-color: rgb(166,207,170); }

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