Html Css Color HEX #A1727C Turkish Rose

📋 copy color: '#A1727C'

red 161 ◦ green 114 ◦ blue 124

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

Shades of Turkish Rose #A1727C

Tints of Turkish Rose #A1727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.57%

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

R = 40.35%
G = 28.57%
B = 31.08%

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

#A1727C (or 0xA1727C) is known color: Turkish Rose. HEX triplet: A1, 72 and 7C. RGB value is (161,114,124). Sum of RGB (Red+Green+Blue) = 161+114+124=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1727C is #5E8D83. Grayscale: #818181. Windows color (decimal): -6196612 or 8155809. OLE color: 8155809.

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

Color convert

RGB 161 114 124 -
CMYK 0 0.29 0.23 0.37
HSL 347.23º 0.2% 0.54% -
HSV(B) 347.23º 0.29% 0.63% -
XYZ 24.35 21.07 21.85 -
YUV 129.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 161 114 124 0 0.29 0.23 0.37 347.23 0.2 0.54
Hex A1 72 7C 0 1D 17 25 15B 14 36
Octal 241 162 174 0 35 27 45 533 24 66
Binary 10100001 1110010 1111100 0 11101 10111 100101 101011011 10100 110110

Color Harmonies of #A1727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1727C

Black with #A1727C

Text Example


Text Example

White with #A1727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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