#A56071

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

Shades of Turkish Rose #A56071

Tints of Turkish Rose #A56071

Color information

#A56071 (or 0xA56071) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 71. RGB value is (165,96,113). Sum of RGB (Red+Green+Blue) = 165+96+113=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A56071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56071 is #5A9F8E. Grayscale: #767676. Windows color (decimal): -5939087 or 7430309. OLE color: 7430309.

HSL color Cylindrical-coordinate representation of color #A56071: hue angle of 345.22º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56071 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16596113-
CMYK00.420.320.35
HSL345.22º27.71%51.18%-
HSV(B)345.22º41.82%64.71%-
XYZ22.6817.5617.82-
YUV118.57124.86161.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=44.12%
G=25.67%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659611300.420.320.35345.2227.7151.18
HexA5607102A20231591c33
Octal24514016105240435313463
Binary1010010111000001110001010101010000010001110101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56071; }

 p { color: rgb(165,96,113); }

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

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

 a { background-color: rgb(165,96,113); }

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

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

 span { border-color: rgb(165,96,113); }

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