#A3DAAF

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

Shades of Chinook #A3DAAF

Tints of Chinook #A3DAAF

Color information

#A3DAAF (or 0xA3DAAF) is unknown color: approx Chinook. HEX triplet: A3, DA and AF. RGB value is (163,218,175). Sum of RGB (Red+Green+Blue) = 163+218+175=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DAAF is #5C2550. Grayscale: #C4C4C4. Windows color (decimal): -6038865 or 11524771. OLE color: 11524771.

HSL color Cylindrical-coordinate representation of color #A3DAAF: hue angle of 133.09º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3DAAF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB163218175-
CMYK0.2500.200.15
HSL133.09º42.64%74.71%-
HSV(B)133.09º25.23%85.49%-
XYZ47.9161.0249.81-
YUV196.65115.78104-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=29.32%
G=39.21%
B=31.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632181750.2500.200.15133.0942.6474.71
HexA3DAAF19014F852b4b
Octal243332257310241720553113
Binary101000111101101010101111110010101001111100001011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DAAF; }

 p { color: rgb(163,218,175); }

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

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

 a { background-color: rgb(163,218,175); }

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

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

 span { border-color: rgb(163,218,175); }

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