#A1707D

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

Shades of Turkish Rose #A1707D

Tints of Turkish Rose #A1707D

Color information

#A1707D (or 0xA1707D) is unknown color: approx Turkish Rose. HEX triplet: A1, 70 and 7D. RGB value is (161,112,125). Sum of RGB (Red+Green+Blue) = 161+112+125=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A1707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1707D is #5E8F82. Grayscale: #808080. Windows color (decimal): -6197123 or 8220833. OLE color: 8220833.

HSL color Cylindrical-coordinate representation of color #A1707D: hue angle of 344.08º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1707D is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161112125-
CMYK00.300.220.37
HSL344.08º20.68%53.53%-
HSV(B)344.08º30.43%63.14%-
XYZ24.1920.6522.11-
YUV128.13126.23151.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=40.45%
G=28.14%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111212500.300.220.37344.0820.6853.53
HexA1707D01E16251581536
Octal24116017503626455302566
Binary10100001111000011111010111101011010010110101100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1707D; }

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

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

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

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

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

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

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

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