#A56F79

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

Shades of Turkish Rose #A56F79

Tints of Turkish Rose #A56F79

Color information

#A56F79 (or 0xA56F79) is unknown color: approx Turkish Rose. HEX triplet: A5, 6F and 79. RGB value is (165,111,121). Sum of RGB (Red+Green+Blue) = 165+111+121=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F79 is #5A9086. Grayscale: #808080. Windows color (decimal): -5935239 or 7958437. OLE color: 7958437.

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

Color convert

RGB165111121-
CMYK00.330.270.35
HSL348.89º23.08%54.12%-
HSV(B)348.89º32.73%64.71%-
XYZ24.6520.7520.79-
YUV128.29123.89154.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=41.56%
G=27.96%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511112100.330.270.35348.8923.0854.12
HexA56F790211B2315d1736
Octal24515717104133435352766
Binary101001011101111111100101000011101110001110101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F79; }

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

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

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

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

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

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

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

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