Shades of Chinook #A4CFAC
Tints of Chinook #A4CFAC
RGB
CMYK
RGB Variations
Color information
#A4CFAC (or 0xA4CFAC) is known color: Chinook. HEX triplet: A4, CF and AC. RGB value is (164,207,172). Sum of RGB (Red+Green+Blue) = 164+207+172=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFAC is #5B3053. Grayscale: #BEBEBE. Windows color (decimal): -5976148 or 11325348. OLE color: 11325348.
HSL color Cylindrical-coordinate representation of color #A4CFAC: hue angle of 131.16º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFAC is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 172 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.19 |
| HSL | 131.16º | 0.31% | 0.73% | - |
| HSV(B) | 131.16º | 0.21% | 0.81% | - |
| XYZ | 45.07 | 55.5 | 47.37 | - |
| YUV | 190.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 172 | 0.21 | 0 | 0.17 | 0.19 | 131.16 | 0.31 | 0.73 |
| Hex | A4 | CF | AC | 15 | 0 | 11 | 13 | 83 | 1F | 49 |
| Octal | 244 | 317 | 254 | 25 | 0 | 21 | 23 | 203 | 37 | 111 |
| Binary | 10100100 | 11001111 | 10101100 | 10101 | 0 | 10001 | 10011 | 10000011 | 11111 | 1001001 |
Color Harmonies of #A4CFAC
Complementary color
Monochromatic Colors of #A4CFAC
Black with #A4CFAC
Text Example
Text Example
White with #A4CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFAC; }
p { color: rgb(164,207,172); }
H1.HeaderClassName
{
color: #A4CFAC;
}
.AnyTagClassName
{
color: #A4CFAC;
}
</style>
background-color css
<style>
a { background-color: #A4CFAC; }
a { background-color: rgb(164,207,172); }
div.DivClassName
{
background-color: #A4CFAC;
}
.BgClassName
{
background-color: #A4CFAC;
}
</style>
border-color css
<style>
span { border-color: #A4CFAC; }
span { border-color: rgb(164,207,172); }
td.TdClassName
{
border-color: #A4CFAC;
}
.TagClassName
{
border-color: #A4CFAC;
}
</style>