Shades of Almond Frost #A48C7E
Tints of Almond Frost #A48C7E
RGB
CMYK
RGB Variations
Color information
#A48C7E (or 0xA48C7E) is known color: Almond Frost. HEX triplet: A4, 8C and 7E. RGB value is (164,140,126). Sum of RGB (Red+Green+Blue) = 164+140+126=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C7E is #5B7381. Grayscale: #919191. Windows color (decimal): -5993346 or 8293540. OLE color: 8293540.
HSL color Cylindrical-coordinate representation of color #A48C7E: hue angle of 22.11º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A48C7E is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
RGB | 164 | 140 | 126 | - |
CMYK | 0 | 0.15 | 0.23 | 0.36 |
HSL | 22.11º | 0.17% | 0.57% | - |
HSV(B) | 22.11º | 0.23% | 0.64% | - |
XYZ | 28.45 | 28.16 | 23.67 | - |
YUV | 145.58 | 116.95 | 141.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 140 | 126 | 0 | 0.15 | 0.23 | 0.36 | 22.11 | 0.17 | 0.57 |
Hex | A4 | 8C | 7E | 0 | F | 17 | 24 | 16 | 11 | 39 |
Octal | 244 | 214 | 176 | 0 | 17 | 27 | 44 | 26 | 21 | 71 |
Binary | 10100100 | 10001100 | 1111110 | 0 | 1111 | 10111 | 100100 | 10110 | 10001 | 111001 |
Color Harmonies of #A48C7E
Complementary color
Monochromatic Colors of #A48C7E
Black with #A48C7E
Text Example
Text Example
White with #A48C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C7E; }
p { color: rgb(164,140,126); }
H1.HeaderClassName
{
color: #A48C7E;
}
.AnyTagClassName
{
color: #A48C7E;
}
</style>
background-color css
<style>
a { background-color: #A48C7E; }
a { background-color: rgb(164,140,126); }
div.DivClassName
{
background-color: #A48C7E;
}
.BgClassName
{
background-color: #A48C7E;
}
</style>
border-color css
<style>
span { border-color: #A48C7E; }
span { border-color: rgb(164,140,126); }
td.TdClassName
{
border-color: #A48C7E;
}
.TagClassName
{
border-color: #A48C7E;
}
</style>