Shades of Chinook #A3CFAE
Tints of Chinook #A3CFAE
RGB
CMYK
RGB Variations
Color information
#A3CFAE (or 0xA3CFAE) is known color: Chinook. HEX triplet: A3, CF and AE. RGB value is (163,207,174). Sum of RGB (Red+Green+Blue) = 163+207+174=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CFAE is #5C3051. Grayscale: #BEBEBE. Windows color (decimal): -6041682 or 11456419. OLE color: 11456419.
HSL color Cylindrical-coordinate representation of color #A3CFAE: hue angle of 135º 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 #A3CFAE is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 174 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.19 |
| HSL | 135º | 0.31% | 0.73% | - |
| HSV(B) | 135º | 0.21% | 0.81% | - |
| XYZ | 45.06 | 55.47 | 48.38 | - |
| YUV | 190.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 174 | 0.21 | 0 | 0.16 | 0.19 | 135 | 0.31 | 0.73 |
| Hex | A3 | CF | AE | 15 | 0 | 10 | 13 | 87 | 1F | 49 |
| Octal | 243 | 317 | 256 | 25 | 0 | 20 | 23 | 207 | 37 | 111 |
| Binary | 10100011 | 11001111 | 10101110 | 10101 | 0 | 10000 | 10011 | 10000111 | 11111 | 1001001 |
Color Harmonies of #A3CFAE
Complementary color
Monochromatic Colors of #A3CFAE
Black with #A3CFAE
Text Example
Text Example
White with #A3CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFAE; }
p { color: rgb(163,207,174); }
H1.HeaderClassName
{
color: #A3CFAE;
}
.AnyTagClassName
{
color: #A3CFAE;
}
</style>
background-color css
<style>
a { background-color: #A3CFAE; }
a { background-color: rgb(163,207,174); }
div.DivClassName
{
background-color: #A3CFAE;
}
.BgClassName
{
background-color: #A3CFAE;
}
</style>
border-color css
<style>
span { border-color: #A3CFAE; }
span { border-color: rgb(163,207,174); }
td.TdClassName
{
border-color: #A3CFAE;
}
.TagClassName
{
border-color: #A3CFAE;
}
</style>