#A27277

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

Shades of Turkish Rose #A27277

Tints of Turkish Rose #A27277

Color information

#A27277 (or 0xA27277) is unknown color: approx Turkish Rose. HEX triplet: A2, 72 and 77. RGB value is (162,114,119). Sum of RGB (Red+Green+Blue) = 162+114+119=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A27277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27277 is #5D8D88. Grayscale: #808080. Windows color (decimal): -6131081 or 7828130. OLE color: 7828130.

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

Color convert

RGB162114119-
CMYK00.300.270.36
HSL353.75º20.51%54.12%-
HSV(B)353.75º29.63%63.53%-
XYZ24.2521.0520.24-
YUV128.92122.4151.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=41.01%
G=28.86%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211411900.300.270.36353.7520.5154.12
HexA2727701E1B241621536
Octal24216216703633445422566
Binary10100010111001011101110111101101110010010110001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27277; }

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

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

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

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

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

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

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

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