#A56570

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

Shades of Turkish Rose #A56570

Tints of Turkish Rose #A56570

Color information

#A56570 (or 0xA56570) is unknown color: approx Turkish Rose. HEX triplet: A5, 65 and 70. RGB value is (165,101,112). Sum of RGB (Red+Green+Blue) = 165+101+112=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A56570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56570 is #5A9A8F. Grayscale: #797979. Windows color (decimal): -5937808 or 7366053. OLE color: 7366053.

HSL color Cylindrical-coordinate representation of color #A56570: hue angle of 349.69º 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 #A56570 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165101112-
CMYK00.390.320.35
HSL349.69º26.23%52.16%-
HSV(B)349.69º38.79%64.71%-
XYZ23.118.4817.68-
YUV121.39122.7159.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=43.65%
G=26.72%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510111200.390.320.35349.6926.2352.16
HexA56570027202315e1a34
Octal24514516004740435363264
Binary1010010111001011110000010011110000010001110101111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56570; }

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

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

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

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

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

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

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

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