Shades of Chatelle #A8A4AC
Tints of Chatelle #A8A4AC
RGB
CMYK
RGB Variations
Color information
#A8A4AC (or 0xA8A4AC) is known color: Chatelle. HEX triplet: A8, A4 and AC. RGB value is (168,164,172). Sum of RGB (Red+Green+Blue) = 168+164+172=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 172 - color contains mainly: blue. Hex color #A8A4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A4AC is #575B53. Grayscale: #A6A6A6. Windows color (decimal): -5725012 or 11314344. OLE color: 11314344.
HSL color Cylindrical-coordinate representation of color #A8A4AC: hue angle of 270º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8A4AC is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 164 | 172 | - |
CMYK | 0.02 | 0.05 | 0 | 0.33 |
HSL | 270º | 0.05% | 0.66% | - |
HSV(B) | 270º | 0.05% | 0.67% | - |
XYZ | 36.87 | 37.85 | 44.39 | - |
YUV | 166.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 164 | 172 | 0.02 | 0.05 | 0 | 0.33 | 270 | 0.05 | 0.66 |
Hex | A8 | A4 | AC | 2 | 5 | 0 | 21 | 10E | 5 | 42 |
Octal | 250 | 244 | 254 | 2 | 5 | 0 | 41 | 416 | 5 | 102 |
Binary | 10101000 | 10100100 | 10101100 | 10 | 101 | 0 | 100001 | 100001110 | 101 | 1000010 |
Color Harmonies of #A8A4AC
Complementary color
Monochromatic Colors of #A8A4AC
Black with #A8A4AC
Text Example
Text Example
White with #A8A4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A4AC; }
p { color: rgb(168,164,172); }
H1.HeaderClassName
{
color: #A8A4AC;
}
.AnyTagClassName
{
color: #A8A4AC;
}
</style>
background-color css
<style>
a { background-color: #A8A4AC; }
a { background-color: rgb(168,164,172); }
div.DivClassName
{
background-color: #A8A4AC;
}
.BgClassName
{
background-color: #A8A4AC;
}
</style>
border-color css
<style>
span { border-color: #A8A4AC; }
span { border-color: rgb(168,164,172); }
td.TdClassName
{
border-color: #A8A4AC;
}
.TagClassName
{
border-color: #A8A4AC;
}
</style>