Shades of Spring Rain #A8ACA7
Tints of Spring Rain #A8ACA7
RGB
CMYK
RGB Variations
Color information
#A8ACA7 (or 0xA8ACA7) is known color: Spring Rain. HEX triplet: A8, AC and A7. RGB value is (168,172,167). Sum of RGB (Red+Green+Blue) = 168+172+167=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA7 is #575358. Grayscale: #AAAAAA. Windows color (decimal): -5722969 or 10988712. OLE color: 10988712.
HSL color Cylindrical-coordinate representation of color #A8ACA7: hue angle of 108º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A8ACA7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 172 | 167 | - |
CMYK | 0.02 | 0 | 0.03 | 0.33 |
HSL | 108º | 0.03% | 0.66% | - |
HSV(B) | 108º | 0.03% | 0.67% | - |
XYZ | 37.88 | 40.62 | 42.4 | - |
YUV | 170.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 172 | 167 | 0.02 | 0 | 0.03 | 0.33 | 108 | 0.03 | 0.66 |
Hex | A8 | AC | A7 | 2 | 0 | 3 | 21 | 6C | 3 | 42 |
Octal | 250 | 254 | 247 | 2 | 0 | 3 | 41 | 154 | 3 | 102 |
Binary | 10101000 | 10101100 | 10100111 | 10 | 0 | 11 | 100001 | 1101100 | 11 | 1000010 |
Color Harmonies of #A8ACA7
Complementary color
Monochromatic Colors of #A8ACA7
Black with #A8ACA7
Text Example
Text Example
White with #A8ACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACA7; }
p { color: rgb(168,172,167); }
H1.HeaderClassName
{
color: #A8ACA7;
}
.AnyTagClassName
{
color: #A8ACA7;
}
</style>
background-color css
<style>
a { background-color: #A8ACA7; }
a { background-color: rgb(168,172,167); }
div.DivClassName
{
background-color: #A8ACA7;
}
.BgClassName
{
background-color: #A8ACA7;
}
</style>
border-color css
<style>
span { border-color: #A8ACA7; }
span { border-color: rgb(168,172,167); }
td.TdClassName
{
border-color: #A8ACA7;
}
.TagClassName
{
border-color: #A8ACA7;
}
</style>