#A56277

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

Shades of Turkish Rose #A56277

Tints of Turkish Rose #A56277

Color information

#A56277 (or 0xA56277) is unknown color: approx Turkish Rose. HEX triplet: A5, 62 and 77. RGB value is (165,98,119). Sum of RGB (Red+Green+Blue) = 165+98+119=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A56277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56277 is #5A9D88. Grayscale: #787878. Windows color (decimal): -5938569 or 7824037. OLE color: 7824037.

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

Color convert

RGB16598119-
CMYK00.410.280.35
HSL341.19º27.13%51.57%-
HSV(B)341.19º40.61%64.71%-
XYZ23.2118.0719.72-
YUV120.43127.2159.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=43.19%
G=25.65%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659811900.410.280.35341.1927.1351.57
HexA562770291C231551b34
Octal24514216705134435253364
Binary101001011100010111011101010011110010001110101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56277; }

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

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

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

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

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

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

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

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