#A27780

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

Shades of Turkish Rose #A27780

Tints of Turkish Rose #A27780

Color information

#A27780 (or 0xA27780) is unknown color: approx Turkish Rose. HEX triplet: A2, 77 and 80. RGB value is (162,119,128). Sum of RGB (Red+Green+Blue) = 162+119+128=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A27780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27780 is #5D887F. Grayscale: #848484. Windows color (decimal): -6129792 or 8419234. OLE color: 8419234.

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

Color convert

RGB162119128-
CMYK00.270.210.36
HSL347.44º18.78%55.1%-
HSV(B)347.44º26.54%63.53%-
XYZ25.3922.4323.41-
YUV132.88125.25148.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=39.61%
G=29.10%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211912800.270.210.36347.4418.7855.1
HexA2778001B152415b1337
Octal24216720003325445332367
Binary101000101110111100000000110111010110010010101101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27780; }

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

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

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

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

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

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

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

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