#A3CEA2

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

Shades of Chinook #A3CEA2

Tints of Chinook #A3CEA2

Color information

#A3CEA2 (or 0xA3CEA2) is unknown color: approx Chinook. HEX triplet: A3, CE and A2. RGB value is (163,206,162). Sum of RGB (Red+Green+Blue) = 163+206+162=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEA2 is #5C315D. Grayscale: #BCBCBC. Windows color (decimal): -6041950 or 10669731. OLE color: 10669731.

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

Color convert

RGB163206162-
CMYK0.2100.210.19
HSL118.64º30.99%72.16%-
HSV(B)118.64º21.36%80.78%-
XYZ43.754.5442.41-
YUV188.13113.25110.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.70%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=30.70%
G=38.79%
B=30.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061620.2100.210.19118.6430.9972.16
HexA3CEA21501513771f48
Octal243316242250252316737110
Binary10100011110011101010001010101010101100111110111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEA2; }

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

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

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

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

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

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

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

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