#A3CEA4

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

Shades of Chinook #A3CEA4

Tints of Chinook #A3CEA4

Color information

#A3CEA4 (or 0xA3CEA4) is unknown color: approx Chinook. HEX triplet: A3, CE and A4. RGB value is (163,206,164). Sum of RGB (Red+Green+Blue) = 163+206+164=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEA4 is #5C315B. Grayscale: #BCBCBC. Windows color (decimal): -6041948 or 10800803. OLE color: 10800803.

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

Color convert

RGB163206164-
CMYK0.2100.200.19
HSL121.4º30.5%72.35%-
HSV(B)121.4º20.87%80.78%-
XYZ43.8854.6143.35-
YUV188.36114.25109.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.58%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=30.58%
G=38.65%
B=30.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061640.2100.200.19121.430.572.35
HexA3CEA41501413791e48
Octal243316244250242317136110
Binary10100011110011101010010010101010100100111111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEA4; }

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

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

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

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

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

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

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

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