#A27980

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

Shades of Turkish Rose #A27980

Tints of Turkish Rose #A27980

Color information

#A27980 (or 0xA27980) is unknown color: approx Turkish Rose. HEX triplet: A2, 79 and 80. RGB value is (162,121,128). Sum of RGB (Red+Green+Blue) = 162+121+128=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27980 is #5D867F. Grayscale: #868686. Windows color (decimal): -6129280 or 8419746. OLE color: 8419746.

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

Color convert

RGB162121128-
CMYK00.250.210.36
HSL349.76º18.06%55.49%-
HSV(B)349.76º25.31%63.53%-
XYZ25.6322.9123.49-
YUV134.06124.58147.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=39.42%
G=29.44%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212112800.250.210.36349.7618.0655.49
HexA27980019152415e1237
Octal24217120003125445362267
Binary101000101111001100000000110011010110010010101111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27980; }

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

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

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

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

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

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

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

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