Shades of Chatelle #AFAEB0
Tints of Chatelle #AFAEB0
RGB
CMYK
RGB Variations
Color information
#AFAEB0 (or 0xAFAEB0) is known color: Chatelle. HEX triplet: AF, AE and B0. RGB value is (175,174,176). Sum of RGB (Red+Green+Blue) = 175+174+176=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 176 - color contains mainly: blue. Hex color #AFAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAEB0 is #50514F. Grayscale: #AEAEAE. Windows color (decimal): -5263696 or 11579055. OLE color: 11579055.
HSL color Cylindrical-coordinate representation of color #AFAEB0: hue angle of 270º degrees, saturation: 0.01, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AFAEB0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 174 | 176 | - |
CMYK | 0.01 | 0.01 | 0 | 0.31 |
HSL | 270º | 0.01% | 0.69% | - |
HSV(B) | 270º | 0.01% | 0.69% | - |
XYZ | 40.65 | 42.52 | 47.14 | - |
YUV | 174.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 174 | 176 | 0.01 | 0.01 | 0 | 0.31 | 270 | 0.01 | 0.69 |
Hex | AF | AE | B0 | 1 | 1 | 0 | 1F | 10E | 1 | 45 |
Octal | 257 | 256 | 260 | 1 | 1 | 0 | 37 | 416 | 1 | 105 |
Binary | 10101111 | 10101110 | 10110000 | 1 | 1 | 0 | 11111 | 100001110 | 1 | 1000101 |
Color Harmonies of #AFAEB0
Complementary color
Monochromatic Colors of #AFAEB0
Black with #AFAEB0
Text Example
Text Example
White with #AFAEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAEB0; }
p { color: rgb(175,174,176); }
H1.HeaderClassName
{
color: #AFAEB0;
}
.AnyTagClassName
{
color: #AFAEB0;
}
</style>
background-color css
<style>
a { background-color: #AFAEB0; }
a { background-color: rgb(175,174,176); }
div.DivClassName
{
background-color: #AFAEB0;
}
.BgClassName
{
background-color: #AFAEB0;
}
</style>
border-color css
<style>
span { border-color: #AFAEB0; }
span { border-color: rgb(175,174,176); }
td.TdClassName
{
border-color: #AFAEB0;
}
.TagClassName
{
border-color: #AFAEB0;
}
</style>