#A57379

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

Shades of Turkish Rose #A57379

Tints of Turkish Rose #A57379

Color information

#A57379 (or 0xA57379) is unknown color: approx Turkish Rose. HEX triplet: A5, 73 and 79. RGB value is (165,115,121). Sum of RGB (Red+Green+Blue) = 165+115+121=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A57379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57379 is #5A8C86. Grayscale: #828282. Windows color (decimal): -5934215 or 7959461. OLE color: 7959461.

HSL color Cylindrical-coordinate representation of color #A57379: hue angle of 352.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57379 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB165115121-
CMYK00.300.270.35
HSL352.8º21.74%54.9%-
HSV(B)352.8º30.3%64.71%-
XYZ25.121.6420.94-
YUV130.63122.56152.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=41.15%
G=28.68%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511512100.300.270.35352.821.7454.9
HexA5737901E1B231611637
Octal24516317103633435412667
Binary10100101111001111110010111101101110001110110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57379; }

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

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

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

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

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

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

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

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