#A07981

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

Shades of Turkish Rose #A07981

Tints of Turkish Rose #A07981

Color information

#A07981 (or 0xA07981) is unknown color: approx Turkish Rose. HEX triplet: A0, 79 and 81. RGB value is (160,121,129). Sum of RGB (Red+Green+Blue) = 160+121+129=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A07981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07981 is #5F867E. Grayscale: #858585. Windows color (decimal): -6260351 or 8485280. OLE color: 8485280.

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

Color convert

RGB160121129-
CMYK00.240.190.37
HSL347.69º17.03%55.1%-
HSV(B)347.69º24.38%62.75%-
XYZ25.322.7323.82-
YUV133.57125.42146.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=39.02%
G=29.51%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012112900.240.190.37347.6917.0355.1
HexA07981018132515c1137
Octal24017120103023455342167
Binary101000001111001100000010110001001110010110101110010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07981; }

 p { color: rgb(160,121,129); }

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

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

 a { background-color: rgb(160,121,129); }

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

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

 span { border-color: rgb(160,121,129); }

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