#A1DCB0

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

Shades of Chinook #A1DCB0

Tints of Chinook #A1DCB0

Color information

#A1DCB0 (or 0xA1DCB0) is unknown color: approx Chinook. HEX triplet: A1, DC and B0. RGB value is (161,220,176). Sum of RGB (Red+Green+Blue) = 161+220+176=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCB0 is #5E234F. Grayscale: #C5C5C5. Windows color (decimal): -6169424 or 11590817. OLE color: 11590817.

HSL color Cylindrical-coordinate representation of color #A1DCB0: hue angle of 135.25º 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 #A1DCB0 is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB161220176-
CMYK0.2700.20.14
HSL135.25º45.74%74.71%-
HSV(B)135.25º26.82%86.27%-
XYZ48.1361.950.49-
YUV197.34115.95102.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=28.90%
G=39.50%
B=31.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201760.2700.20.14135.2545.7474.71
HexA1DCB01B014E872e4b
Octal241334260330241620756113
Binary101000011101110010110000110110101001110100001111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCB0; }

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

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

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

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

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

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

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

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