#A56A77

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

Shades of Turkish Rose #A56A77

Tints of Turkish Rose #A56A77

Color information

#A56A77 (or 0xA56A77) is unknown color: approx Turkish Rose. HEX triplet: A5, 6A and 77. RGB value is (165,106,119). Sum of RGB (Red+Green+Blue) = 165+106+119=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56A77 is #5A9588. Grayscale: #7D7D7D. Windows color (decimal): -5936521 or 7826085. OLE color: 7826085.

HSL color Cylindrical-coordinate representation of color #A56A77: hue angle of 346.78º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56A77 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB165106119-
CMYK00.360.280.35
HSL346.78º24.69%53.14%-
HSV(B)346.78º35.76%64.71%-
XYZ2419.6419.98-
YUV125.12124.55156.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=42.31%
G=27.18%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510611900.360.280.35346.7824.6953.14
HexA56A770241C2315b1935
Octal24515216704434435333165
Binary101001011101010111011101001001110010001110101101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A77; }

 p { color: rgb(165,106,119); }

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

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

 a { background-color: rgb(165,106,119); }

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

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

 span { border-color: rgb(165,106,119); }

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