#a56b7a

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

Shades of Turkish Rose #A56B7A

Tints of Turkish Rose #A56B7A

Color information

#A56B7A (or 0xA56B7A) is unknown color: approx Turkish Rose. HEX triplet: A5, 6B and 7A. RGB value is (165,107,122). Sum of RGB (Red+Green+Blue) = 165+107+122=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B7A is #5A9485. Grayscale: #7E7E7E. Windows color (decimal): -5936262 or 8022949. OLE color: 8022949.

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

Color convert

RGB165107122-
CMYK00.350.260.35
HSL344.48º24.37%53.33%-
HSV(B)344.48º35.15%64.71%-
XYZ24.2919.9220.98-
YUV126.05125.72155.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=41.88%
G=27.16%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510712200.350.260.35344.4824.3753.33
HexA56B7A0231A231581835
Octal24515317204332435303065
Binary101001011101011111101001000111101010001110101100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56b7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56b7a; }

 p { color: rgb(165,107,122); }

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

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

 a { background-color: rgb(165,107,122); }

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

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

 span { border-color: rgb(165,107,122); }

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