#A07580

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

Shades of Turkish Rose #A07580

Tints of Turkish Rose #A07580

Color information

#A07580 (or 0xA07580) is unknown color: approx Turkish Rose. HEX triplet: A0, 75 and 80. RGB value is (160,117,128). Sum of RGB (Red+Green+Blue) = 160+117+128=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A07580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07580 is #5F8A7F. Grayscale: #838383. Windows color (decimal): -6261376 or 8418720. OLE color: 8418720.

HSL color Cylindrical-coordinate representation of color #A07580: hue angle of 344.65º 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 #A07580 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB160117128-
CMYK00.270.200.37
HSL344.65º18.45%54.31%-
HSV(B)344.65º26.88%62.75%-
XYZ24.7521.7523.32-
YUV131.11126.25148.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=39.51%
G=28.89%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011712800.270.200.37344.6518.4554.31
HexA0758001B14251591236
Octal24016520003324455312266
Binary101000001110101100000000110111010010010110101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07580; }

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

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

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

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

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

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

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

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