#A6CFAB

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

Shades of Chinook #A6CFAB

Tints of Chinook #A6CFAB

Color information

#A6CFAB (or 0xA6CFAB) is unknown color: approx Chinook. HEX triplet: A6, CF and AB. RGB value is (166,207,171). Sum of RGB (Red+Green+Blue) = 166+207+171=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CFAB is #593054. Grayscale: #BEBEBE. Windows color (decimal): -5845077 or 11259814. OLE color: 11259814.

HSL color Cylindrical-coordinate representation of color #A6CFAB: hue angle of 127.32º 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 #A6CFAB is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB166207171-
CMYK0.2000.170.19
HSL127.32º29.93%73.14%-
HSV(B)127.32º19.81%81.18%-
XYZ45.3955.6746.88-
YUV190.64116.92110.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=30.51%
G=38.05%
B=31.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662071710.2000.170.19127.3229.9373.14
HexA6CFAB14011137f1e49
Octal246317253240212317736111
Binary10100110110011111010101110100010001100111111111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CFAB; }

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

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

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

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

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

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

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

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