#A56070

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

Shades of Turkish Rose #A56070

Tints of Turkish Rose #A56070

Color information

#A56070 (or 0xA56070) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 70. RGB value is (165,96,112). Sum of RGB (Red+Green+Blue) = 165+96+112=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A56070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56070 is #5A9F8F. Grayscale: #767676. Windows color (decimal): -5939088 or 7364773. OLE color: 7364773.

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

Color convert

RGB16596112-
CMYK00.420.320.35
HSL346.09º27.71%51.18%-
HSV(B)346.09º41.82%64.71%-
XYZ22.6217.5317.52-
YUV118.46124.36161.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=44.24%
G=25.74%
B=30.03%

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
Decimal1659611200.420.320.35346.0927.7151.18
HexA5607002A202315a1c33
Octal24514016005240435323463
Binary1010010111000001110000010101010000010001110101101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56070; }

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

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

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

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

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

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

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

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