#A06A73

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

Shades of Turkish Rose #A06A73

Tints of Turkish Rose #A06A73

Color information

#A06A73 (or 0xA06A73) is unknown color: approx Turkish Rose. HEX triplet: A0, 6A and 73. RGB value is (160,106,115). Sum of RGB (Red+Green+Blue) = 160+106+115=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06A73 is #5F958C. Grayscale: #7B7B7B. Windows color (decimal): -6264205 or 7563936. OLE color: 7563936.

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

Color convert

RGB160106115-
CMYK00.340.280.37
HSL350º22.13%52.16%-
HSV(B)350º33.75%62.75%-
XYZ22.7519.0218.69-
YUV123.17123.39154.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=41.99%
G=27.82%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010611500.340.280.3735022.1352.16
HexA06A730221C2515e1634
Octal24015216304234455362664
Binary101000001101010111001101000101110010010110101111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06A73; }

 p { color: rgb(160,106,115); }

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

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

 a { background-color: rgb(160,106,115); }

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

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

 span { border-color: rgb(160,106,115); }

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