#A95E70

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

Shades of Turkish Rose #A95E70

Tints of Turkish Rose #A95E70

Color information

#A95E70 (or 0xA95E70) is unknown color: approx Turkish Rose. HEX triplet: A9, 5E and 70. RGB value is (169,94,112). Sum of RGB (Red+Green+Blue) = 169+94+112=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E70 is #56A18F. Grayscale: #767676. Windows color (decimal): -5677456 or 7364265. OLE color: 7364265.

HSL color Cylindrical-coordinate representation of color #A95E70: hue angle of 345.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95E70 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB16994112-
CMYK00.440.340.34
HSL345.6º30.36%51.57%-
HSV(B)345.6º44.38%66.27%-
XYZ23.2917.6117.5-
YUV118.48124.35164.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=45.07%
G=25.07%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699411200.440.340.34345.630.3651.57
HexA95E7002C222215a1e34
Octal25113616005442425323664
Binary1010100110111101110000010110010001010001010101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E70; }

 p { color: rgb(169,94,112); }

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

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

 a { background-color: rgb(169,94,112); }

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

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

 span { border-color: rgb(169,94,112); }

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