#A1757D

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

Shades of Turkish Rose #A1757D

Tints of Turkish Rose #A1757D

Color information

#A1757D (or 0xA1757D) is unknown color: approx Turkish Rose. HEX triplet: A1, 75 and 7D. RGB value is (161,117,125). Sum of RGB (Red+Green+Blue) = 161+117+125=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1757D is #5E8A82. Grayscale: #838383. Windows color (decimal): -6195843 or 8222113. OLE color: 8222113.

HSL color Cylindrical-coordinate representation of color #A1757D: hue angle of 349.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1757D is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161117125-
CMYK00.270.220.37
HSL349.09º18.97%54.51%-
HSV(B)349.09º27.33%63.14%-
XYZ24.7621.7822.3-
YUV131.07124.58149.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=39.95%
G=29.03%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111712500.270.220.37349.0918.9754.51
HexA1757D01B162515d1337
Octal24116517503326455352367
Binary10100001111010111111010110111011010010110101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1757D; }

 p { color: rgb(161,117,125); }

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

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

 a { background-color: rgb(161,117,125); }

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

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

 span { border-color: rgb(161,117,125); }

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