#A3CEAD

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

Shades of Chinook #A3CEAD

Tints of Chinook #A3CEAD

Color information

#A3CEAD (or 0xA3CEAD) is unknown color: approx Chinook. HEX triplet: A3, CE and AD. RGB value is (163,206,173). Sum of RGB (Red+Green+Blue) = 163+206+173=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CEAD is #5C3152. Grayscale: #BDBDBD. Windows color (decimal): -6041939 or 11390627. OLE color: 11390627.

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

Color convert

RGB163206173-
CMYK0.2100.160.19
HSL133.95º30.5%72.35%-
HSV(B)133.95º20.87%80.78%-
XYZ44.7254.9547.78-
YUV189.38118.75109.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=30.07%
G=38.01%
B=31.92%

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
Decimal1632061730.2100.160.19133.9530.572.35
HexA3CEAD1501013861e48
Octal243316255250202320636110
Binary101000111100111010101101101010100001001110000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEAD; }

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

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

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

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

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

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

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

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