Html Css Color HEX #A1737F Turkish Rose

📋 copy color: '#A1737F'

red 161 ◦ green 115 ◦ blue 127

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

Shades of Turkish Rose #A1737F

Tints of Turkish Rose #A1737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 39.95%
G = 28.54%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1737F (or 0xA1737F) is known color: Turkish Rose. HEX triplet: A1, 73 and 7F. RGB value is (161,115,127). Sum of RGB (Red+Green+Blue) = 161+115+127=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1737F is #5E8C80. Grayscale: #828282. Windows color (decimal): -6196353 or 8352673. OLE color: 8352673.

HSL color Cylindrical-coordinate representation of color #A1737F: hue angle of 344.35º 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 #A1737F is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 115 127 -
CMYK 0 0.29 0.21 0.37
HSL 344.35º 0.2% 0.54% -
HSV(B) 344.35º 0.29% 0.63% -
XYZ 24.66 21.37 22.9 -
YUV 130.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 161 115 127 0 0.29 0.21 0.37 344.35 0.2 0.54
Hex A1 73 7F 0 1D 15 25 158 14 36
Octal 241 163 177 0 35 25 45 530 24 66
Binary 10100001 1110011 1111111 0 11101 10101 100101 101011000 10100 110110

Color Harmonies of #A1737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1737F

Black with #A1737F

Text Example


Text Example

White with #A1737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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