#A37376

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

Shades of Turkish Rose #A37376

Tints of Turkish Rose #A37376

Color information

#A37376 (or 0xA37376) is unknown color: approx Turkish Rose. HEX triplet: A3, 73 and 76. RGB value is (163,115,118). Sum of RGB (Red+Green+Blue) = 163+115+118=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A37376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37376 is #5C8C89. Grayscale: #818181. Windows color (decimal): -6065290 or 7762851. OLE color: 7762851.

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

Color convert

RGB163115118-
CMYK00.290.280.36
HSL356.25º20.69%54.51%-
HSV(B)356.25º29.45%63.92%-
XYZ24.5121.3619.97-
YUV129.69121.4151.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=41.16%
G=29.04%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311511800.290.280.36356.2520.6954.51
HexA3737601D1C241641537
Octal24316316603534445442567
Binary10100011111001111101100111011110010010010110010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37376; }

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

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

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

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

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

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

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

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