Shades of Turkish Rose #A8606A
Tints of Turkish Rose #A8606A
RGB
CMYK
RGB Variations
Color information
#A8606A (or 0xA8606A) is known color: Turkish Rose. HEX triplet: A8, 60 and 6A. RGB value is (168,96,106). Sum of RGB (Red+Green+Blue) = 168+96+106=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A8606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8606A is #579F95. Grayscale: #767676. Windows color (decimal): -5742486 or 6971560. OLE color: 6971560.
HSL color Cylindrical-coordinate representation of color #A8606A: hue angle of 351.67º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8606A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 96 | 106 | - |
CMYK | 0 | 0.43 | 0.37 | 0.34 |
HSL | 351.67º | 0.29% | 0.52% | - |
HSV(B) | 351.67º | 0.43% | 0.66% | - |
XYZ | 22.93 | 17.73 | 15.85 | - |
YUV | 118.67 | 120.85 | 163.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 96 | 106 | 0 | 0.43 | 0.37 | 0.34 | 351.67 | 0.29 | 0.52 |
Hex | A8 | 60 | 6A | 0 | 2B | 25 | 22 | 160 | 1D | 34 |
Octal | 250 | 140 | 152 | 0 | 53 | 45 | 42 | 540 | 35 | 64 |
Binary | 10101000 | 1100000 | 1101010 | 0 | 101011 | 100101 | 100010 | 101100000 | 11101 | 110100 |
Color Harmonies of #A8606A
Complementary color
Monochromatic Colors of #A8606A
Black with #A8606A
Text Example
Text Example
White with #A8606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8606A; }
p { color: rgb(168,96,106); }
H1.HeaderClassName
{
color: #A8606A;
}
.AnyTagClassName
{
color: #A8606A;
}
</style>
background-color css
<style>
a { background-color: #A8606A; }
a { background-color: rgb(168,96,106); }
div.DivClassName
{
background-color: #A8606A;
}
.BgClassName
{
background-color: #A8606A;
}
</style>
border-color css
<style>
span { border-color: #A8606A; }
span { border-color: rgb(168,96,106); }
td.TdClassName
{
border-color: #A8606A;
}
.TagClassName
{
border-color: #A8606A;
}
</style>