#A56379

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

Shades of Turkish Rose #A56379

Tints of Turkish Rose #A56379

Color information

#A56379 (or 0xA56379) is unknown color: approx Turkish Rose. HEX triplet: A5, 63 and 79. RGB value is (165,99,121). Sum of RGB (Red+Green+Blue) = 165+99+121=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A56379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56379 is #5A9C86. Grayscale: #797979. Windows color (decimal): -5938311 or 7955365. OLE color: 7955365.

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

Color convert

RGB16599121-
CMYK00.400.270.35
HSL340º26.83%51.76%-
HSV(B)340º40%64.71%-
XYZ23.4318.320.39-
YUV121.24127.87159.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=42.86%
G=25.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659912100.400.270.3534026.8351.76
HexA563790281B231541b34
Octal24514317105033435243364
Binary101001011100011111100101010001101110001110101010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56379; }

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

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

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

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

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

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

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

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