#A56576

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

Shades of Turkish Rose #A56576

Tints of Turkish Rose #A56576

Color information

#A56576 (or 0xA56576) is unknown color: approx Turkish Rose. HEX triplet: A5, 65 and 76. RGB value is (165,101,118). Sum of RGB (Red+Green+Blue) = 165+101+118=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A56576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56576 is #5A9A89. Grayscale: #7A7A7A. Windows color (decimal): -5937802 or 7759269. OLE color: 7759269.

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

Color convert

RGB165101118-
CMYK00.390.280.35
HSL344.06º26.23%52.16%-
HSV(B)344.06º38.79%64.71%-
XYZ23.4418.6119.5-
YUV122.07125.7158.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=42.97%
G=26.30%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510111800.390.280.35344.0626.2352.16
HexA565760271C231581a34
Octal24514516604734435303264
Binary101001011100101111011001001111110010001110101100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56576; }

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

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

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

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

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

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

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

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