#A1DCAF

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

Shades of Chinook #A1DCAF

Tints of Chinook #A1DCAF

Color information

#A1DCAF (or 0xA1DCAF) is unknown color: approx Chinook. HEX triplet: A1, DC and AF. RGB value is (161,220,175). Sum of RGB (Red+Green+Blue) = 161+220+175=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAF is #5E2350. Grayscale: #C5C5C5. Windows color (decimal): -6169425 or 11525281. OLE color: 11525281.

HSL color Cylindrical-coordinate representation of color #A1DCAF: hue angle of 134.24º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCAF is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB161220175-
CMYK0.2700.200.14
HSL134.24º45.74%74.71%-
HSV(B)134.24º26.82%86.27%-
XYZ48.0361.8649.97-
YUV197.23115.45102.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=28.96%
G=39.57%
B=31.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201750.2700.200.14134.2445.7474.71
HexA1DCAF1B014E862e4b
Octal241334257330241620656113
Binary101000011101110010101111110110101001110100001101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCAF; }

 p { color: rgb(161,220,175); }

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

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

 a { background-color: rgb(161,220,175); }

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

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

 span { border-color: rgb(161,220,175); }

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