Html Css Color HEX #A1727E Turkish Rose

📋 copy color: '#A1727E'

red 161 ◦ green 114 ◦ blue 126

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

Shades of Turkish Rose #A1727E

Tints of Turkish Rose #A1727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 40.15%
G = 28.43%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1727E (or 0xA1727E) is known color: Turkish Rose. HEX triplet: A1, 72 and 7E. RGB value is (161,114,126). Sum of RGB (Red+Green+Blue) = 161+114+126=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1727E is #5E8D81. Grayscale: #818181. Windows color (decimal): -6196610 or 8286881. OLE color: 8286881.

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

Color convert

RGB 161 114 126 -
CMYK 0 0.29 0.22 0.37
HSL 344.68º 0.2% 0.54% -
HSV(B) 344.68º 0.29% 0.63% -
XYZ 24.48 21.12 22.52 -
YUV 129.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 161 114 126 0 0.29 0.22 0.37 344.68 0.2 0.54
Hex A1 72 7E 0 1D 16 25 159 14 36
Octal 241 162 176 0 35 26 45 531 24 66
Binary 10100001 1110010 1111110 0 11101 10110 100101 101011001 10100 110110

Color Harmonies of #A1727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1727E

Black with #A1727E

Text Example


Text Example

White with #A1727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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