Shades of Almond Frost #A68A7E
Tints of Almond Frost #A68A7E
RGB
CMYK
RGB Variations
Color information
#A68A7E (or 0xA68A7E) is known color: Almond Frost. HEX triplet: A6, 8A and 7E. RGB value is (166,138,126). Sum of RGB (Red+Green+Blue) = 166+138+126=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A7E is #597581. Grayscale: #919191. Windows color (decimal): -5862786 or 8293030. OLE color: 8293030.
HSL color Cylindrical-coordinate representation of color #A68A7E: hue angle of 18º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A68A7E is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 138 | 126 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.35 |
| HSL | 18º | 0.18% | 0.57% | - |
| HSV(B) | 18º | 0.24% | 0.65% | - |
| XYZ | 28.58 | 27.79 | 23.6 | - |
| YUV | 145 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 126 | 0 | 0.17 | 0.24 | 0.35 | 18 | 0.18 | 0.57 |
| Hex | A6 | 8A | 7E | 0 | 11 | 18 | 23 | 12 | 12 | 39 |
| Octal | 246 | 212 | 176 | 0 | 21 | 30 | 43 | 22 | 22 | 71 |
| Binary | 10100110 | 10001010 | 1111110 | 0 | 10001 | 11000 | 100011 | 10010 | 10010 | 111001 |
Color Harmonies of #A68A7E
Complementary color
Monochromatic Colors of #A68A7E
Black with #A68A7E
Text Example
Text Example
White with #A68A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68A7E; }
p { color: rgb(166,138,126); }
H1.HeaderClassName
{
color: #A68A7E;
}
.AnyTagClassName
{
color: #A68A7E;
}
</style>
background-color css
<style>
a { background-color: #A68A7E; }
a { background-color: rgb(166,138,126); }
div.DivClassName
{
background-color: #A68A7E;
}
.BgClassName
{
background-color: #A68A7E;
}
</style>
border-color css
<style>
span { border-color: #A68A7E; }
span { border-color: rgb(166,138,126); }
td.TdClassName
{
border-color: #A68A7E;
}
.TagClassName
{
border-color: #A68A7E;
}
</style>