#A37273

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

Shades of Turkish Rose #A37273

Tints of Turkish Rose #A37273

Color information

#A37273 (or 0xA37273) is unknown color: approx Turkish Rose. HEX triplet: A3, 72 and 73. RGB value is (163,114,115). Sum of RGB (Red+Green+Blue) = 163+114+115=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A37273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37273 is #5C8D8C. Grayscale: #808080. Windows color (decimal): -6065549 or 7565987. OLE color: 7565987.

HSL color Cylindrical-coordinate representation of color #A37273: hue angle of 358.78º 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 #A37273 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB163114115-
CMYK00.300.290.36
HSL358.78º21.03%54.31%-
HSV(B)358.78º30.06%63.92%-
XYZ24.2221.0619.01-
YUV128.76120.23152.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=41.58%
G=29.08%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311411500.300.290.36358.7821.0354.31
HexA3727301E1D241671536
Octal24316216303635445472566
Binary10100011111001011100110111101110110010010110011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37273; }

 p { color: rgb(163,114,115); }

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

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

 a { background-color: rgb(163,114,115); }

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

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

 span { border-color: rgb(163,114,115); }

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