#A3CEAA

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

Shades of Chinook #A3CEAA

Tints of Chinook #A3CEAA

Color information

#A3CEAA (or 0xA3CEAA) is unknown color: approx Chinook. HEX triplet: A3, CE and AA. RGB value is (163,206,170). Sum of RGB (Red+Green+Blue) = 163+206+170=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEAA is #5C3155. Grayscale: #BDBDBD. Windows color (decimal): -6041942 or 11194019. OLE color: 11194019.

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

Color convert

RGB163206170-
CMYK0.2100.170.19
HSL129.77º30.5%72.35%-
HSV(B)129.77º20.87%80.78%-
XYZ44.4354.8346.27-
YUV189.04117.25109.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.24%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=30.24%
G=38.22%
B=31.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061700.2100.170.19129.7730.572.35
HexA3CEAA1501113821e48
Octal243316252250212320236110
Binary101000111100111010101010101010100011001110000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEAA; }

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

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

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

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

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

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

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

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