#A56F77

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

Shades of Turkish Rose #A56F77

Tints of Turkish Rose #A56F77

Color information

#A56F77 (or 0xA56F77) is unknown color: approx Turkish Rose. HEX triplet: A5, 6F and 77. RGB value is (165,111,119). Sum of RGB (Red+Green+Blue) = 165+111+119=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F77 is #5A9088. Grayscale: #808080. Windows color (decimal): -5935241 or 7827365. OLE color: 7827365.

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

Color convert

RGB165111119-
CMYK00.330.280.35
HSL351.11º23.08%54.12%-
HSV(B)351.11º32.73%64.71%-
XYZ24.5320.720.16-
YUV128.06122.89154.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=41.77%
G=28.10%
B=30.13%

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
Decimal16511111900.330.280.35351.1123.0854.12
HexA56F770211C2315f1736
Octal24515716704134435372766
Binary101001011101111111011101000011110010001110101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F77; }

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

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

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

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

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

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

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

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