#A56578

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

Shades of Turkish Rose #A56578

Tints of Turkish Rose #A56578

Color information

#A56578 (or 0xA56578) is unknown color: approx Turkish Rose. HEX triplet: A5, 65 and 78. RGB value is (165,101,120). Sum of RGB (Red+Green+Blue) = 165+101+120=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A56578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56578 is #5A9A87. Grayscale: #7A7A7A. Windows color (decimal): -5937800 or 7890341. OLE color: 7890341.

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

Color convert

RGB165101120-
CMYK00.390.270.35
HSL342.19º26.23%52.16%-
HSV(B)342.19º38.79%64.71%-
XYZ23.5618.6620.13-
YUV122.3126.7158.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=42.75%
G=26.17%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510112000.390.270.35342.1926.2352.16
HexA565780271B231561a34
Octal24514517004733435263264
Binary101001011100101111100001001111101110001110101011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56578; }

 p { color: rgb(165,101,120); }

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

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

 a { background-color: rgb(165,101,120); }

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

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

 span { border-color: rgb(165,101,120); }

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