#A06B71

Color #A06B71 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A06B71

Tints of Turkish Rose #A06B71

Color information

#A06B71 (or 0xA06B71) is unknown color: approx Turkish Rose. HEX triplet: A0, 6B and 71. RGB value is (160,107,113). Sum of RGB (Red+Green+Blue) = 160+107+113=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B71 is #5F948E. Grayscale: #7B7B7B. Windows color (decimal): -6263951 or 7433120. OLE color: 7433120.

HSL color Cylindrical-coordinate representation of color #A06B71: hue angle of 353.21º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B71 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB160107113-
CMYK00.330.290.37
HSL353.21º21.81%52.35%-
HSV(B)353.21º33.13%62.75%-
XYZ22.7419.1818.13-
YUV123.53122.06154.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=42.11%
G=28.16%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010711300.330.290.37353.2121.8152.35
HexA06B710211D251611634
Octal24015316104135455412664
Binary101000001101011111000101000011110110010110110000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B71; }

 p { color: rgb(160,107,113); }

 H1.HeaderClassName
 {
   color: #A06B71;
 }
 .AnyTagClassName
 {
   color: #A06B71;
 }
</style>
background-color css

<style>
 a { background-color: #A06B71; }

 a { background-color: rgb(160,107,113); }

 div.DivClassName
 {
   background-color: #A06B71;
 }
 .BgClassName
 {
   background-color: #A06B71;
 }
</style>
border-color css

<style>
 span { border-color: #A06B71; }

 span { border-color: rgb(160,107,113); }

 td.TdClassName
 {
   border-color: #A06B71;
 }
 .TagClassName
 {
   border-color: #A06B71;
 }
</style>