#A57274

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

Shades of Turkish Rose #A57274

Tints of Turkish Rose #A57274

Color information

#A57274 (or 0xA57274) is unknown color: approx Turkish Rose. HEX triplet: A5, 72 and 74. RGB value is (165,114,116). Sum of RGB (Red+Green+Blue) = 165+114+116=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A57274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57274 is #5A8D8B. Grayscale: #818181. Windows color (decimal): -5934476 or 7631525. OLE color: 7631525.

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

Color convert

RGB165114116-
CMYK00.310.300.35
HSL357.65º22.08%54.71%-
HSV(B)357.65º30.91%64.71%-
XYZ24.6921.2919.33-
YUV129.48120.4153.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=41.77%
G=28.86%
B=29.37%

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
Decimal16511411600.310.300.35357.6522.0854.71
HexA5727401F1E231661637
Octal24516216403736435462667
Binary10100101111001011101000111111111010001110110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57274; }

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

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

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

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

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

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

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

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