Html Css Color HEX #A1737C Turkish Rose

📋 copy color: '#A1737C'

red 161 ◦ green 115 ◦ blue 124

#A1737C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #A1737C

Tints of Turkish Rose #A1737C

RGB

 RED value IS 161 (63.28% from 255) = 40.25%

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 40.25%
G = 28.75%
B = 31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1737C (or 0xA1737C) is known color: Turkish Rose. HEX triplet: A1, 73 and 7C. RGB value is (161,115,124). Sum of RGB (Red+Green+Blue) = 161+115+124=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1737C is #5E8C83. Grayscale: #818181. Windows color (decimal): -6196356 or 8156065. OLE color: 8156065.

HSL color Cylindrical-coordinate representation of color #A1737C: hue angle of 348.26º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1737C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 115 124 -
CMYK 0 0.29 0.23 0.37
HSL 348.26º 0.2% 0.54% -
HSV(B) 348.26º 0.29% 0.63% -
XYZ 24.47 21.29 21.89 -
YUV 129.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 161 115 124 0 0.29 0.23 0.37 348.26 0.2 0.54
Hex A1 73 7C 0 1D 17 25 15C 14 36
Octal 241 163 174 0 35 27 45 534 24 66
Binary 10100001 1110011 1111100 0 11101 10111 100101 101011100 10100 110110

Color Harmonies of #A1737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1737C

Black with #A1737C

Text Example


Text Example

White with #A1737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1737C; }

 p { color: rgb(161,115,124); }

 H1.HeaderClassName
 {
   color: #A1737C;
 }
 .AnyTagClassName
 {
   color: #A1737C;
 }
</style>

background-color css

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

 a { background-color: rgb(161,115,124); }

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

border-color css

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

 span { border-color: rgb(161,115,124); }

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