#A0757A

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

Shades of Turkish Rose #A0757A

Tints of Turkish Rose #A0757A

Color information

#A0757A (or 0xA0757A) is unknown color: approx Turkish Rose. HEX triplet: A0, 75 and 7A. RGB value is (160,117,122). Sum of RGB (Red+Green+Blue) = 160+117+122=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0757A is #5F8A85. Grayscale: #828282. Windows color (decimal): -6261382 or 8025504. OLE color: 8025504.

HSL color Cylindrical-coordinate representation of color #A0757A: hue angle of 353.02º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0757A is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160117122-
CMYK00.270.240.37
HSL353.02º18.45%54.31%-
HSV(B)353.02º26.88%62.75%-
XYZ24.3721.621.3-
YUV130.43123.25149.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=40.10%
G=29.32%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011712200.270.240.37353.0218.4554.31
HexA0757A01B18251611236
Octal24016517203330455412266
Binary10100000111010111110100110111100010010110110000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0757A; }

 p { color: rgb(160,117,122); }

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

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

 a { background-color: rgb(160,117,122); }

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

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

 span { border-color: rgb(160,117,122); }

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