#A56373

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

Shades of Turkish Rose #A56373

Tints of Turkish Rose #A56373

Color information

#A56373 (or 0xA56373) is unknown color: approx Turkish Rose. HEX triplet: A5, 63 and 73. RGB value is (165,99,115). Sum of RGB (Red+Green+Blue) = 165+99+115=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A56373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56373 is #5A9C8C. Grayscale: #787878. Windows color (decimal): -5938317 or 7562149. OLE color: 7562149.

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

Color convert

RGB16599115-
CMYK00.400.300.35
HSL345.45º26.83%51.76%-
HSV(B)345.45º40%64.71%-
XYZ23.0718.1618.51-
YUV120.56124.87159.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=43.54%
G=26.12%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659911500.400.300.35345.4526.8351.76
HexA563730281E231591b34
Octal24514316305036435313364
Binary101001011100011111001101010001111010001110101100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56373; }

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

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

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

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

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

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

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

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