Shades of London Hue #A79BA4
Tints of London Hue #A79BA4
RGB
CMYK
RGB Variations
Color information
#A79BA4 (or 0xA79BA4) is known color: London Hue. HEX triplet: A7, 9B and A4. RGB value is (167,155,164). Sum of RGB (Red+Green+Blue) = 167+155+164=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 167 - color contains mainly: red. Hex color #A79BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79BA4 is #58645B. Grayscale: #9F9F9F. Windows color (decimal): -5792860 or 10787751. OLE color: 10787751.
HSL color Cylindrical-coordinate representation of color #A79BA4: hue angle of 315º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A79BA4 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 155 | 164 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.35 |
| HSL | 315º | 0.06% | 0.63% | - |
| HSV(B) | 315º | 0.07% | 0.65% | - |
| XYZ | 34.36 | 34.34 | 39.94 | - |
| YUV | 159.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 164 | 0 | 0.07 | 0.02 | 0.35 | 315 | 0.06 | 0.63 |
| Hex | A7 | 9B | A4 | 0 | 7 | 2 | 23 | 13B | 6 | 3F |
| Octal | 247 | 233 | 244 | 0 | 7 | 2 | 43 | 473 | 6 | 77 |
| Binary | 10100111 | 10011011 | 10100100 | 0 | 111 | 10 | 100011 | 100111011 | 110 | 111111 |
Color Harmonies of #A79BA4
Complementary color
Monochromatic Colors of #A79BA4
Black with #A79BA4
Text Example
Text Example
White with #A79BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79BA4; }
p { color: rgb(167,155,164); }
H1.HeaderClassName
{
color: #A79BA4;
}
.AnyTagClassName
{
color: #A79BA4;
}
</style>
background-color css
<style>
a { background-color: #A79BA4; }
a { background-color: rgb(167,155,164); }
div.DivClassName
{
background-color: #A79BA4;
}
.BgClassName
{
background-color: #A79BA4;
}
</style>
border-color css
<style>
span { border-color: #A79BA4; }
span { border-color: rgb(167,155,164); }
td.TdClassName
{
border-color: #A79BA4;
}
.TagClassName
{
border-color: #A79BA4;
}
</style>