#A3CEAE

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

Shades of Chinook #A3CEAE

Tints of Chinook #A3CEAE

Color information

#A3CEAE (or 0xA3CEAE) is unknown color: approx Chinook. HEX triplet: A3, CE and AE. RGB value is (163,206,174). Sum of RGB (Red+Green+Blue) = 163+206+174=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEAE is #5C3151. Grayscale: #BDBDBD. Windows color (decimal): -6041938 or 11456163. OLE color: 11456163.

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

Color convert

RGB163206174-
CMYK0.2100.160.19
HSL135.35º30.5%72.35%-
HSV(B)135.35º20.87%80.78%-
XYZ44.8254.9948.3-
YUV189.5119.25109.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=30.02%
G=37.94%
B=32.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632061740.2100.160.19135.3530.572.35
HexA3CEAE1501013871e48
Octal243316256250202320736110
Binary101000111100111010101110101010100001001110000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEAE; }

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

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

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

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

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

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

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

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