Shades of Chinook #A0CEAF
Tints of Chinook #A0CEAF
RGB
CMYK
RGB Variations
Color information
#A0CEAF (or 0xA0CEAF) is known color: Chinook. HEX triplet: A0, CE and AF. RGB value is (160,206,175). Sum of RGB (Red+Green+Blue) = 160+206+175=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEAF is #5F3150. Grayscale: #BCBCBC. Windows color (decimal): -6238545 or 11521696. OLE color: 11521696.
HSL color Cylindrical-coordinate representation of color #A0CEAF: hue angle of 139.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEAF is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 175 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.19 |
| HSL | 139.57º | 0.32% | 0.72% | - |
| HSV(B) | 139.57º | 0.22% | 0.81% | - |
| XYZ | 44.31 | 54.71 | 48.78 | - |
| YUV | 188.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 175 | 0.22 | 0 | 0.15 | 0.19 | 139.57 | 0.32 | 0.72 |
| Hex | A0 | CE | AF | 16 | 0 | F | 13 | 8C | 20 | 48 |
| Octal | 240 | 316 | 257 | 26 | 0 | 17 | 23 | 214 | 40 | 110 |
| Binary | 10100000 | 11001110 | 10101111 | 10110 | 0 | 1111 | 10011 | 10001100 | 100000 | 1001000 |
Color Harmonies of #A0CEAF
Complementary color
Monochromatic Colors of #A0CEAF
Black with #A0CEAF
Text Example
Text Example
White with #A0CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEAF; }
p { color: rgb(160,206,175); }
H1.HeaderClassName
{
color: #A0CEAF;
}
.AnyTagClassName
{
color: #A0CEAF;
}
</style>
background-color css
<style>
a { background-color: #A0CEAF; }
a { background-color: rgb(160,206,175); }
div.DivClassName
{
background-color: #A0CEAF;
}
.BgClassName
{
background-color: #A0CEAF;
}
</style>
border-color css
<style>
span { border-color: #A0CEAF; }
span { border-color: rgb(160,206,175); }
td.TdClassName
{
border-color: #A0CEAF;
}
.TagClassName
{
border-color: #A0CEAF;
}
</style>