Shades of Chinook #A5CEAB
Tints of Chinook #A5CEAB
RGB
CMYK
RGB Variations
Color information
#A5CEAB (or 0xA5CEAB) is known color: Chinook. HEX triplet: A5, CE and AB. RGB value is (165,206,171). Sum of RGB (Red+Green+Blue) = 165+206+171=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CEAB is #5A3154. Grayscale: #BDBDBD. Windows color (decimal): -5910869 or 11259557. OLE color: 11259557.
HSL color Cylindrical-coordinate representation of color #A5CEAB: hue angle of 128.78º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CEAB is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 171 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.19 |
| HSL | 128.78º | 0.29% | 0.73% | - |
| HSV(B) | 128.78º | 0.2% | 0.81% | - |
| XYZ | 44.94 | 55.08 | 46.79 | - |
| YUV | 189.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 171 | 0.20 | 0 | 0.17 | 0.19 | 128.78 | 0.29 | 0.73 |
| Hex | A5 | CE | AB | 14 | 0 | 11 | 13 | 81 | 1D | 49 |
| Octal | 245 | 316 | 253 | 24 | 0 | 21 | 23 | 201 | 35 | 111 |
| Binary | 10100101 | 11001110 | 10101011 | 10100 | 0 | 10001 | 10011 | 10000001 | 11101 | 1001001 |
Color Harmonies of #A5CEAB
Complementary color
Monochromatic Colors of #A5CEAB
Black with #A5CEAB
Text Example
Text Example
White with #A5CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CEAB; }
p { color: rgb(165,206,171); }
H1.HeaderClassName
{
color: #A5CEAB;
}
.AnyTagClassName
{
color: #A5CEAB;
}
</style>
background-color css
<style>
a { background-color: #A5CEAB; }
a { background-color: rgb(165,206,171); }
div.DivClassName
{
background-color: #A5CEAB;
}
.BgClassName
{
background-color: #A5CEAB;
}
</style>
border-color css
<style>
span { border-color: #A5CEAB; }
span { border-color: rgb(165,206,171); }
td.TdClassName
{
border-color: #A5CEAB;
}
.TagClassName
{
border-color: #A5CEAB;
}
</style>