Shades of Chinook #A5CFAC
Tints of Chinook #A5CFAC
RGB
CMYK
RGB Variations
Color information
#A5CFAC (or 0xA5CFAC) is known color: Chinook. HEX triplet: A5, CF and AC. RGB value is (165,207,172). Sum of RGB (Red+Green+Blue) = 165+207+172=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CFAC is #5A3053. Grayscale: #BEBEBE. Windows color (decimal): -5910612 or 11325349. OLE color: 11325349.
HSL color Cylindrical-coordinate representation of color #A5CFAC: hue angle of 130º degrees, saturation: 0.3, 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 #A5CFAC is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 172 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.19 |
| HSL | 130º | 0.3% | 0.73% | - |
| HSV(B) | 130º | 0.2% | 0.81% | - |
| XYZ | 45.28 | 55.6 | 47.38 | - |
| YUV | 190.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 172 | 0.20 | 0 | 0.17 | 0.19 | 130 | 0.3 | 0.73 |
| Hex | A5 | CF | AC | 14 | 0 | 11 | 13 | 82 | 1E | 49 |
| Octal | 245 | 317 | 254 | 24 | 0 | 21 | 23 | 202 | 36 | 111 |
| Binary | 10100101 | 11001111 | 10101100 | 10100 | 0 | 10001 | 10011 | 10000010 | 11110 | 1001001 |
Color Harmonies of #A5CFAC
Complementary color
Monochromatic Colors of #A5CFAC
Black with #A5CFAC
Text Example
Text Example
White with #A5CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CFAC; }
p { color: rgb(165,207,172); }
H1.HeaderClassName
{
color: #A5CFAC;
}
.AnyTagClassName
{
color: #A5CFAC;
}
</style>
background-color css
<style>
a { background-color: #A5CFAC; }
a { background-color: rgb(165,207,172); }
div.DivClassName
{
background-color: #A5CFAC;
}
.BgClassName
{
background-color: #A5CFAC;
}
</style>
border-color css
<style>
span { border-color: #A5CFAC; }
span { border-color: rgb(165,207,172); }
td.TdClassName
{
border-color: #A5CFAC;
}
.TagClassName
{
border-color: #A5CFAC;
}
</style>