#A2CEA6

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

Shades of Chinook #A2CEA6

Tints of Chinook #A2CEA6

Color information

#A2CEA6 (or 0xA2CEA6) is unknown color: approx Chinook. HEX triplet: A2, CE and A6. RGB value is (162,206,166). Sum of RGB (Red+Green+Blue) = 162+206+166=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEA6 is #5D3159. Grayscale: #BCBCBC. Windows color (decimal): -6107482 or 10931874. OLE color: 10931874.

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

Color convert

RGB162206166-
CMYK0.2100.190.19
HSL125.45º30.99%72.16%-
HSV(B)125.45º21.36%80.78%-
XYZ43.8554.5844.3-
YUV188.28115.42109.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.34%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 166 (65.23% from 255) = 31.09%
R=30.34%
G=38.58%
B=31.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061660.2100.190.19125.4530.9972.16
HexA2CEA615013137d1f48
Octal242316246250232317537110
Binary10100010110011101010011010101010011100111111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEA6; }

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

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

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

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

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

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

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

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