#A45F70

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

Shades of Turkish Rose #A45F70

Tints of Turkish Rose #A45F70

Color information

#A45F70 (or 0xA45F70) is unknown color: approx Turkish Rose. HEX triplet: A4, 5F and 70. RGB value is (164,95,112). Sum of RGB (Red+Green+Blue) = 164+95+112=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F70 is #5BA08F. Grayscale: #757575. Windows color (decimal): -6004880 or 7364516. OLE color: 7364516.

HSL color Cylindrical-coordinate representation of color #A45F70: hue angle of 345.22º 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 #A45F70 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16495112-
CMYK00.420.320.36
HSL345.22º27.49%50.78%-
HSV(B)345.22º42.07%64.31%-
XYZ22.3317.2517.48-
YUV117.57124.86161.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=44.20%
G=25.61%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649511200.420.320.36345.2227.4950.78
HexA45F7002A20241591b33
Octal24413716005240445313363
Binary1010010010111111110000010101010000010010010101100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F70; }

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

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

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

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

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

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

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

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