#A06D7B

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

Shades of Turkish Rose #A06D7B

Tints of Turkish Rose #A06D7B

Color information

#A06D7B (or 0xA06D7B) is unknown color: approx Turkish Rose. HEX triplet: A0, 6D and 7B. RGB value is (160,109,123). Sum of RGB (Red+Green+Blue) = 160+109+123=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D7B is #5F9284. Grayscale: #7D7D7D. Windows color (decimal): -6263429 or 8088992. OLE color: 8088992.

HSL color Cylindrical-coordinate representation of color #A06D7B: hue angle of 343.53º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D7B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB160109123-
CMYK00.320.230.37
HSL343.53º21.16%52.75%-
HSV(B)343.53º31.87%62.75%-
XYZ23.5419.8421.33-
YUV125.84126.4152.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=40.82%
G=27.81%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010912300.320.230.37343.5321.1652.75
HexA06D7B02017251581535
Octal24015517304027455302565
Binary101000001101101111101101000001011110010110101100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D7B; }

 p { color: rgb(160,109,123); }

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

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

 a { background-color: rgb(160,109,123); }

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

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

 span { border-color: rgb(160,109,123); }

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