#A56F76

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

Shades of Turkish Rose #A56F76

Tints of Turkish Rose #A56F76

Color information

#A56F76 (or 0xA56F76) is unknown color: approx Turkish Rose. HEX triplet: A5, 6F and 76. RGB value is (165,111,118). Sum of RGB (Red+Green+Blue) = 165+111+118=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F76 is #5A9089. Grayscale: #7F7F7F. Windows color (decimal): -5935242 or 7761829. OLE color: 7761829.

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

Color convert

RGB165111118-
CMYK00.330.280.35
HSL352.22º23.08%54.12%-
HSV(B)352.22º32.73%64.71%-
XYZ24.4720.6819.84-
YUV127.94122.39154.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=41.88%
G=28.17%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511111800.330.280.35352.2223.0854.12
HexA56F760211C231601736
Octal24515716604134435402766
Binary101001011101111111011001000011110010001110110000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F76; }

 p { color: rgb(165,111,118); }

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

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

 a { background-color: rgb(165,111,118); }

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

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

 span { border-color: rgb(165,111,118); }

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