#A56579

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

Shades of Turkish Rose #A56579

Tints of Turkish Rose #A56579

Color information

#A56579 (or 0xA56579) is unknown color: approx Turkish Rose. HEX triplet: A5, 65 and 79. RGB value is (165,101,121). Sum of RGB (Red+Green+Blue) = 165+101+121=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A56579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56579 is #5A9A86. Grayscale: #7A7A7A. Windows color (decimal): -5937799 or 7955877. OLE color: 7955877.

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

Color convert

RGB165101121-
CMYK00.390.270.35
HSL341.25º26.23%52.16%-
HSV(B)341.25º38.79%64.71%-
XYZ23.6218.6920.45-
YUV122.42127.2158.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=42.64%
G=26.10%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510112100.390.270.35341.2526.2352.16
HexA565790271B231551a34
Octal24514517104733435253264
Binary101001011100101111100101001111101110001110101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56579; }

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

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

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

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

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

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

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

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