#A5727D

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

Shades of Turkish Rose #A5727D

Tints of Turkish Rose #A5727D

Color information

#A5727D (or 0xA5727D) is unknown color: approx Turkish Rose. HEX triplet: A5, 72 and 7D. RGB value is (165,114,125). Sum of RGB (Red+Green+Blue) = 165+114+125=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5727D is #5A8D82. Grayscale: #828282. Windows color (decimal): -5934467 or 8221349. OLE color: 8221349.

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

Color convert

RGB165114125-
CMYK00.310.240.35
HSL347.06º22.08%54.71%-
HSV(B)347.06º30.91%64.71%-
XYZ25.2421.5122.22-
YUV130.5124.9152.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=40.84%
G=28.22%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511412500.310.240.35347.0622.0854.71
HexA5727D01F182315b1637
Octal24516217503730435332667
Binary10100101111001011111010111111100010001110101101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5727D; }

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

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

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

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

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

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

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

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