#A27F80

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

Shades of Turkish Rose #A27F80

Tints of Turkish Rose #A27F80

Color information

#A27F80 (or 0xA27F80) is unknown color: approx Turkish Rose. HEX triplet: A2, 7F and 80. RGB value is (162,127,128). Sum of RGB (Red+Green+Blue) = 162+127+128=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F80 is #5D807F. Grayscale: #898989. Windows color (decimal): -6127744 or 8421282. OLE color: 8421282.

HSL color Cylindrical-coordinate representation of color #A27F80: hue angle of 358.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F80 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB162127128-
CMYK00.220.210.36
HSL358.29º15.84%56.67%-
HSV(B)358.29º21.6%63.53%-
XYZ26.3924.4223.74-
YUV137.58122.6145.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=38.85%
G=30.46%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212712800.220.210.36358.2915.8456.67
HexA27F8001615241661039
Octal24217720002625445462071
Binary101000101111111100000000101101010110010010110011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F80; }

 p { color: rgb(162,127,128); }

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

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

 a { background-color: rgb(162,127,128); }

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

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

 span { border-color: rgb(162,127,128); }

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