Shades of Turkish Rose #A68183
Tints of Turkish Rose #A68183
RGB
CMYK
RGB Variations
Color information
#A68183 (or 0xA68183) is known color: Turkish Rose. HEX triplet: A6, 81 and 83. RGB value is (166,129,131). Sum of RGB (Red+Green+Blue) = 166+129+131=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A68183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68183 is #597E7C. Grayscale: #8C8C8C. Windows color (decimal): -5865085 or 8618406. OLE color: 8618406.
HSL color Cylindrical-coordinate representation of color #A68183: hue angle of 356.76º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68183 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 131 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.35 |
| HSL | 356.76º | 0.17% | 0.58% | - |
| HSV(B) | 356.76º | 0.22% | 0.65% | - |
| XYZ | 27.67 | 25.45 | 24.93 | - |
| YUV | 140.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 131 | 0 | 0.22 | 0.21 | 0.35 | 356.76 | 0.17 | 0.58 |
| Hex | A6 | 81 | 83 | 0 | 16 | 15 | 23 | 165 | 11 | 3A |
| Octal | 246 | 201 | 203 | 0 | 26 | 25 | 43 | 545 | 21 | 72 |
| Binary | 10100110 | 10000001 | 10000011 | 0 | 10110 | 10101 | 100011 | 101100101 | 10001 | 111010 |
Color Harmonies of #A68183
Complementary color
Monochromatic Colors of #A68183
Black with #A68183
Text Example
Text Example
White with #A68183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68183; }
p { color: rgb(166,129,131); }
H1.HeaderClassName
{
color: #A68183;
}
.AnyTagClassName
{
color: #A68183;
}
</style>
background-color css
<style>
a { background-color: #A68183; }
a { background-color: rgb(166,129,131); }
div.DivClassName
{
background-color: #A68183;
}
.BgClassName
{
background-color: #A68183;
}
</style>
border-color css
<style>
span { border-color: #A68183; }
span { border-color: rgb(166,129,131); }
td.TdClassName
{
border-color: #A68183;
}
.TagClassName
{
border-color: #A68183;
}
</style>