#A07C84

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

Shades of Turkish Rose #A07C84

Tints of Turkish Rose #A07C84

Color information

#A07C84 (or 0xA07C84) is unknown color: approx Turkish Rose. HEX triplet: A0, 7C and 84. RGB value is (160,124,132). Sum of RGB (Red+Green+Blue) = 160+124+132=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C84 is #5F837B. Grayscale: #878787. Windows color (decimal): -6259580 or 8682656. OLE color: 8682656.

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

Color convert

RGB160124132-
CMYK00.220.170.37
HSL346.67º15.93%55.69%-
HSV(B)346.67º22.5%62.75%-
XYZ25.8723.5525.01-
YUV135.68125.93145.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 132 (51.95% from 255) = 31.73%
R=38.46%
G=29.81%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012413200.220.170.37346.6715.9355.69
HexA07C84016112515b1038
Octal24017420402621455332070
Binary101000001111100100001000101101000110010110101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C84; }

 p { color: rgb(160,124,132); }

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

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

 a { background-color: rgb(160,124,132); }

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

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

 span { border-color: rgb(160,124,132); }

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