#A56178

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

Shades of Turkish Rose #A56178

Tints of Turkish Rose #A56178

Color information

#A56178 (or 0xA56178) is unknown color: approx Turkish Rose. HEX triplet: A5, 61 and 78. RGB value is (165,97,120). Sum of RGB (Red+Green+Blue) = 165+97+120=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A56178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56178 is #5A9E87. Grayscale: #777777. Windows color (decimal): -5938824 or 7889317. OLE color: 7889317.

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

Color convert

RGB16597120-
CMYK00.410.270.35
HSL339.71º27.42%51.37%-
HSV(B)339.71º41.21%64.71%-
XYZ23.1817.920-
YUV119.95128.03160.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=43.19%
G=25.39%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659712000.410.270.35339.7127.4251.37
HexA561780291B231541b33
Octal24514117005133435243363
Binary101001011100001111100001010011101110001110101010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56178; }

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

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

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

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

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

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

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

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