#A0666A

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

Shades of Turkish Rose #A0666A

Tints of Turkish Rose #A0666A

Color information

#A0666A (or 0xA0666A) is unknown color: approx Turkish Rose. HEX triplet: A0, 66 and 6A. RGB value is (160,102,106). Sum of RGB (Red+Green+Blue) = 160+102+106=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0666A is #5F9995. Grayscale: #777777. Windows color (decimal): -6265238 or 6973088. OLE color: 6973088.

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

Color convert

RGB160102106-
CMYK00.360.340.37
HSL355.86º23.39%51.37%-
HSV(B)355.86º36.25%62.75%-
XYZ21.8518.0215.96-
YUV119.8120.22156.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=43.48%
G=27.72%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010210600.360.340.37355.8623.3951.37
HexA0666A02422251641733
Octal24014615204442455442763
Binary1010000011001101101010010010010001010010110110010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0666A; }

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

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

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

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

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

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

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

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