Shades of Turkish Rose #A28A8B
Tints of Turkish Rose #A28A8B
RGB
CMYK
RGB Variations
Color information
#A28A8B (or 0xA28A8B) is known color: Turkish Rose. HEX triplet: A2, 8A and 8B. RGB value is (162,138,139). Sum of RGB (Red+Green+Blue) = 162+138+139=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28A8B is #5D7574. Grayscale: #919191. Windows color (decimal): -6124917 or 9144994. OLE color: 9144994.
HSL color Cylindrical-coordinate representation of color #A28A8B: hue angle of 357.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28A8B is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 138 | 139 | - |
CMYK | 0 | 0.15 | 0.14 | 0.36 |
HSL | 357.5º | 0.11% | 0.59% | - |
HSV(B) | 357.5º | 0.15% | 0.64% | - |
XYZ | 28.65 | 27.72 | 28.27 | - |
YUV | 145.29 | 124.45 | 139.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 138 | 139 | 0 | 0.15 | 0.14 | 0.36 | 357.5 | 0.11 | 0.59 |
Hex | A2 | 8A | 8B | 0 | F | E | 24 | 166 | B | 3B |
Octal | 242 | 212 | 213 | 0 | 17 | 16 | 44 | 546 | 13 | 73 |
Binary | 10100010 | 10001010 | 10001011 | 0 | 1111 | 1110 | 100100 | 101100110 | 1011 | 111011 |
Color Harmonies of #A28A8B
Complementary color
Monochromatic Colors of #A28A8B
Black with #A28A8B
Text Example
Text Example
White with #A28A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A8B; }
p { color: rgb(162,138,139); }
H1.HeaderClassName
{
color: #A28A8B;
}
.AnyTagClassName
{
color: #A28A8B;
}
</style>
background-color css
<style>
a { background-color: #A28A8B; }
a { background-color: rgb(162,138,139); }
div.DivClassName
{
background-color: #A28A8B;
}
.BgClassName
{
background-color: #A28A8B;
}
</style>
border-color css
<style>
span { border-color: #A28A8B; }
span { border-color: rgb(162,138,139); }
td.TdClassName
{
border-color: #A28A8B;
}
.TagClassName
{
border-color: #A28A8B;
}
</style>