#A56D6E

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

Shades of Turkish Rose #A56D6E

Tints of Turkish Rose #A56D6E

Color information

#A56D6E (or 0xA56D6E) is unknown color: approx Turkish Rose. HEX triplet: A5, 6D and 6E. RGB value is (165,109,110). Sum of RGB (Red+Green+Blue) = 165+109+110=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D6E is #5A9291. Grayscale: #7D7D7D. Windows color (decimal): -5935762 or 7237029. OLE color: 7237029.

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

Color convert

RGB165109110-
CMYK00.340.330.35
HSL358.93º23.73%53.73%-
HSV(B)358.93º33.94%64.71%-
XYZ23.820.0617.37-
YUV125.86119.05155.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=42.97%
G=28.39%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510911000.340.330.35358.9323.7353.73
HexA56D6E02221231671836
Octal24515515604241435473066
Binary1010010111011011101110010001010000110001110110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D6E; }

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

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

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

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

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

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

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

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