#A56077

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

Shades of Turkish Rose #A56077

Tints of Turkish Rose #A56077

Color information

#A56077 (or 0xA56077) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 77. RGB value is (165,96,119). Sum of RGB (Red+Green+Blue) = 165+96+119=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A56077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56077 is #5A9F88. Grayscale: #777777. Windows color (decimal): -5939081 or 7823525. OLE color: 7823525.

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

Color convert

RGB16596119-
CMYK00.420.280.35
HSL340º27.71%51.18%-
HSV(B)340º41.82%64.71%-
XYZ23.0317.719.65-
YUV119.25127.86160.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=43.42%
G=25.26%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659611900.420.280.3534027.7151.18
HexA5607702A1C231541c33
Octal24514016705234435243463
Binary101001011100000111011101010101110010001110101010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56077; }

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

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

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

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

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

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

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

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