#A57079

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

Shades of Turkish Rose #A57079

Tints of Turkish Rose #A57079

Color information

#A57079 (or 0xA57079) is unknown color: approx Turkish Rose. HEX triplet: A5, 70 and 79. RGB value is (165,112,121). Sum of RGB (Red+Green+Blue) = 165+112+121=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A57079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57079 is #5A8F86. Grayscale: #808080. Windows color (decimal): -5934983 or 7958693. OLE color: 7958693.

HSL color Cylindrical-coordinate representation of color #A57079: hue angle of 349.81º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57079 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB165112121-
CMYK00.320.270.35
HSL349.81º22.75%54.31%-
HSV(B)349.81º32.12%64.71%-
XYZ24.7620.9720.83-
YUV128.87123.56153.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=41.46%
G=28.14%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511212100.320.270.35349.8122.7554.31
HexA570790201B2315e1736
Octal24516017104033435362766
Binary101001011110000111100101000001101110001110101111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57079; }

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

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

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

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

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

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

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

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