#A57273

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

Shades of Turkish Rose #A57273

Tints of Turkish Rose #A57273

Color information

#A57273 (or 0xA57273) is unknown color: approx Turkish Rose. HEX triplet: A5, 72 and 73. RGB value is (165,114,115). Sum of RGB (Red+Green+Blue) = 165+114+115=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A57273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57273 is #5A8D8C. Grayscale: #818181. Windows color (decimal): -5934477 or 7565989. OLE color: 7565989.

HSL color Cylindrical-coordinate representation of color #A57273: hue angle of 358.82º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A57273 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB165114115-
CMYK00.310.300.35
HSL358.82º22.08%54.71%-
HSV(B)358.82º30.91%64.71%-
XYZ24.6321.2719.03-
YUV129.36119.9153.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=41.88%
G=28.93%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511411500.310.300.35358.8222.0854.71
HexA5727301F1E231671637
Octal24516216303736435472667
Binary10100101111001011100110111111111010001110110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57273; }

 p { color: rgb(165,114,115); }

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

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

 a { background-color: rgb(165,114,115); }

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

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

 span { border-color: rgb(165,114,115); }

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