#A27377

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

Shades of Turkish Rose #A27377

Tints of Turkish Rose #A27377

Color information

#A27377 (or 0xA27377) is unknown color: approx Turkish Rose. HEX triplet: A2, 73 and 77. RGB value is (162,115,119). Sum of RGB (Red+Green+Blue) = 162+115+119=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A27377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27377 is #5D8C88. Grayscale: #818181. Windows color (decimal): -6130825 or 7828386. OLE color: 7828386.

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

Color convert

RGB162115119-
CMYK00.290.270.36
HSL354.89º20.17%54.31%-
HSV(B)354.89º29.01%63.53%-
XYZ24.3621.2720.28-
YUV129.51122.07151.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=40.91%
G=29.04%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211511900.290.270.36354.8920.1754.31
HexA2737701D1B241631436
Octal24216316703533445432466
Binary10100010111001111101110111011101110010010110001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27377; }

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

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

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

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

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

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

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

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