#A56870

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

Shades of Turkish Rose #A56870

Tints of Turkish Rose #A56870

Color information

#A56870 (or 0xA56870) is unknown color: approx Turkish Rose. HEX triplet: A5, 68 and 70. RGB value is (165,104,112). Sum of RGB (Red+Green+Blue) = 165+104+112=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A56870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56870 is #5A978F. Grayscale: #7B7B7B. Windows color (decimal): -5937040 or 7366821. OLE color: 7366821.

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

Color convert

RGB165104112-
CMYK00.370.320.35
HSL352.13º25.31%52.75%-
HSV(B)352.13º36.97%64.71%-
XYZ23.3919.0717.78-
YUV123.15121.71157.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=43.31%
G=27.30%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510411200.370.320.35352.1325.3152.75
HexA5687002520231601935
Octal24515016004540435403165
Binary1010010111010001110000010010110000010001110110000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56870; }

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

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

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

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

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

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

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

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