#A37177

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

Shades of Turkish Rose #A37177

Tints of Turkish Rose #A37177

Color information

#A37177 (or 0xA37177) is unknown color: approx Turkish Rose. HEX triplet: A3, 71 and 77. RGB value is (163,113,119). Sum of RGB (Red+Green+Blue) = 163+113+119=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37177 is #5C8E88. Grayscale: #808080. Windows color (decimal): -6065801 or 7827875. OLE color: 7827875.

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

Color convert

RGB163113119-
CMYK00.310.270.36
HSL352.8º21.37%54.12%-
HSV(B)352.8º30.67%63.92%-
XYZ24.3420.9320.21-
YUV128.63122.56152.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=41.27%
G=28.61%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311311900.310.270.36352.821.3754.12
HexA3717701F1B241611536
Octal24316116703733445412566
Binary10100011111000111101110111111101110010010110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37177; }

 p { color: rgb(163,113,119); }

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

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

 a { background-color: rgb(163,113,119); }

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

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

 span { border-color: rgb(163,113,119); }

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