Shades of Chinook #A0BFA3
Tints of Chinook #A0BFA3
RGB
CMYK
RGB Variations
Color information
#A0BFA3 (or 0xA0BFA3) is known color: Chinook. HEX triplet: A0, BF and A3. RGB value is (160,191,163). Sum of RGB (Red+Green+Blue) = 160+191+163=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA3 is #5F405C. Grayscale: #B2B2B2. Windows color (decimal): -6242397 or 10731424. OLE color: 10731424.
HSL color Cylindrical-coordinate representation of color #A0BFA3: hue angle of 125.81º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFA3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 163 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.25 |
| HSL | 125.81º | 0.19% | 0.69% | - |
| HSV(B) | 125.81º | 0.16% | 0.75% | - |
| XYZ | 39.74 | 47.38 | 41.7 | - |
| YUV | 178.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 163 | 0.16 | 0 | 0.15 | 0.25 | 125.81 | 0.19 | 0.69 |
| Hex | A0 | BF | A3 | 10 | 0 | F | 19 | 7E | 13 | 45 |
| Octal | 240 | 277 | 243 | 20 | 0 | 17 | 31 | 176 | 23 | 105 |
| Binary | 10100000 | 10111111 | 10100011 | 10000 | 0 | 1111 | 11001 | 1111110 | 10011 | 1000101 |
Color Harmonies of #A0BFA3
Complementary color
Monochromatic Colors of #A0BFA3
Black with #A0BFA3
Text Example
Text Example
White with #A0BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFA3; }
p { color: rgb(160,191,163); }
H1.HeaderClassName
{
color: #A0BFA3;
}
.AnyTagClassName
{
color: #A0BFA3;
}
</style>
background-color css
<style>
a { background-color: #A0BFA3; }
a { background-color: rgb(160,191,163); }
div.DivClassName
{
background-color: #A0BFA3;
}
.BgClassName
{
background-color: #A0BFA3;
}
</style>
border-color css
<style>
span { border-color: #A0BFA3; }
span { border-color: rgb(160,191,163); }
td.TdClassName
{
border-color: #A0BFA3;
}
.TagClassName
{
border-color: #A0BFA3;
}
</style>