#A57276

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

Shades of Turkish Rose #A57276

Tints of Turkish Rose #A57276

Color information

#A57276 (or 0xA57276) is unknown color: approx Turkish Rose. HEX triplet: A5, 72 and 76. RGB value is (165,114,118). Sum of RGB (Red+Green+Blue) = 165+114+118=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A57276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57276 is #5A8D89. Grayscale: #818181. Windows color (decimal): -5934474 or 7762597. OLE color: 7762597.

HSL color Cylindrical-coordinate representation of color #A57276: hue angle of 355.29º 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 #A57276 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB165114118-
CMYK00.310.280.35
HSL355.29º22.08%54.71%-
HSV(B)355.29º30.91%64.71%-
XYZ24.821.3419.95-
YUV129.7121.4153.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=41.56%
G=28.72%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511411800.310.280.35355.2922.0854.71
HexA5727601F1C231631637
Octal24516216603734435432667
Binary10100101111001011101100111111110010001110110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57276; }

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

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

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

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

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

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

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

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