#A56979

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

Shades of Turkish Rose #A56979

Tints of Turkish Rose #A56979

Color information

#A56979 (or 0xA56979) is unknown color: approx Turkish Rose. HEX triplet: A5, 69 and 79. RGB value is (165,105,121). Sum of RGB (Red+Green+Blue) = 165+105+121=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A56979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56979 is #5A9686. Grayscale: #7C7C7C. Windows color (decimal): -5936775 or 7956901. OLE color: 7956901.

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

Color convert

RGB165105121-
CMYK00.360.270.35
HSL344º25%52.94%-
HSV(B)344º36.36%64.71%-
XYZ24.0219.4820.58-
YUV124.76125.88156.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 121 (47.66% from 255) = 30.95%
R=42.20%
G=26.85%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510512100.360.270.353442552.94
HexA569790241B231581935
Octal24515117104433435303165
Binary101001011101001111100101001001101110001110101100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56979; }

 p { color: rgb(165,105,121); }

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

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

 a { background-color: rgb(165,105,121); }

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

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

 span { border-color: rgb(165,105,121); }

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