#A57F82

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

Shades of Turkish Rose #A57F82

Tints of Turkish Rose #A57F82

Color information

#A57F82 (or 0xA57F82) is unknown color: approx Turkish Rose. HEX triplet: A5, 7F and 82. RGB value is (165,127,130). Sum of RGB (Red+Green+Blue) = 165+127+130=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F82 is #5A807D. Grayscale: #8A8A8A. Windows color (decimal): -5931134 or 8552357. OLE color: 8552357.

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

Color convert

RGB165127130-
CMYK00.230.210.35
HSL355.26º17.43%57.25%-
HSV(B)355.26º23.03%64.71%-
XYZ27.1424.7924.47-
YUV138.7123.09146.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=39.10%
G=30.09%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512713000.230.210.35355.2617.4357.25
HexA57F8201715231631139
Octal24517720202725435432171
Binary101001011111111100000100101111010110001110110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F82; }

 p { color: rgb(165,127,130); }

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

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

 a { background-color: rgb(165,127,130); }

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

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

 span { border-color: rgb(165,127,130); }

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