#A37379

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

Shades of Turkish Rose #A37379

Tints of Turkish Rose #A37379

Color information

#A37379 (or 0xA37379) is unknown color: approx Turkish Rose. HEX triplet: A3, 73 and 79. RGB value is (163,115,121). Sum of RGB (Red+Green+Blue) = 163+115+121=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A37379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37379 is #5C8C86. Grayscale: #828282. Windows color (decimal): -6065287 or 7959459. OLE color: 7959459.

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

Color convert

RGB163115121-
CMYK00.290.260.36
HSL352.5º20.69%54.51%-
HSV(B)352.5º29.45%63.92%-
XYZ24.6921.4320.92-
YUV130.04122.9151.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=40.85%
G=28.82%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311512100.290.260.36352.520.6954.51
HexA3737901D1A241601537
Octal24316317103532445402567
Binary10100011111001111110010111011101010010010110000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37379; }

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

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

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

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

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

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

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

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