#A45F71

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

Shades of Turkish Rose #A45F71

Tints of Turkish Rose #A45F71

Color information

#A45F71 (or 0xA45F71) is unknown color: approx Turkish Rose. HEX triplet: A4, 5F and 71. RGB value is (164,95,113). Sum of RGB (Red+Green+Blue) = 164+95+113=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F71 is #5BA08E. Grayscale: #757575. Windows color (decimal): -6004879 or 7430052. OLE color: 7430052.

HSL color Cylindrical-coordinate representation of color #A45F71: hue angle of 344.35º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A45F71 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16495113-
CMYK00.420.310.36
HSL344.35º27.49%50.78%-
HSV(B)344.35º42.07%64.31%-
XYZ22.3817.2717.78-
YUV117.68125.36161.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=44.09%
G=25.54%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649511300.420.310.36344.3527.4950.78
HexA45F7102A1F241581b33
Octal24413716105237445303363
Binary101001001011111111000101010101111110010010101100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F71; }

 p { color: rgb(164,95,113); }

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

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

 a { background-color: rgb(164,95,113); }

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

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

 span { border-color: rgb(164,95,113); }

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