#A56D74

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

Shades of Turkish Rose #A56D74

Tints of Turkish Rose #A56D74

Color information

#A56D74 (or 0xA56D74) is unknown color: approx Turkish Rose. HEX triplet: A5, 6D and 74. RGB value is (165,109,116). Sum of RGB (Red+Green+Blue) = 165+109+116=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D74 is #5A928B. Grayscale: #7E7E7E. Windows color (decimal): -5935756 or 7630245. OLE color: 7630245.

HSL color Cylindrical-coordinate representation of color #A56D74: hue angle of 352.5º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56D74 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB165109116-
CMYK00.340.300.35
HSL352.5º23.73%53.73%-
HSV(B)352.5º33.94%64.71%-
XYZ24.1420.219.15-
YUV126.54122.05155.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=42.31%
G=27.95%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510911600.340.300.35352.523.7353.73
HexA56D740221E231601836
Octal24515516404236435403066
Binary101001011101101111010001000101111010001110110000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D74; }

 p { color: rgb(165,109,116); }

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

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

 a { background-color: rgb(165,109,116); }

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

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

 span { border-color: rgb(165,109,116); }

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