#A56575

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

Shades of Turkish Rose #A56575

Tints of Turkish Rose #A56575

Color information

#A56575 (or 0xA56575) is unknown color: approx Turkish Rose. HEX triplet: A5, 65 and 75. RGB value is (165,101,117). Sum of RGB (Red+Green+Blue) = 165+101+117=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A56575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56575 is #5A9A8A. Grayscale: #797979. Windows color (decimal): -5937803 or 7693733. OLE color: 7693733.

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

Color convert

RGB165101117-
CMYK00.390.290.35
HSL345º26.23%52.16%-
HSV(B)345º38.79%64.71%-
XYZ23.3818.5919.19-
YUV121.96125.2158.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=43.08%
G=26.37%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510111700.390.290.3534526.2352.16
HexA565750271D231591a34
Octal24514516504735435313264
Binary101001011100101111010101001111110110001110101100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56575; }

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

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

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

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

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

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

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

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