Html Css Color HEX #A1727F Turkish Rose

📋 copy color: '#A1727F'

red 161 ◦ green 114 ◦ blue 127

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

Shades of Turkish Rose #A1727F

Tints of Turkish Rose #A1727F

RGB

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

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

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

R = 40.05%
G = 28.36%
B = 31.59%

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

#A1727F (or 0xA1727F) is known color: Turkish Rose. HEX triplet: A1, 72 and 7F. RGB value is (161,114,127). Sum of RGB (Red+Green+Blue) = 161+114+127=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1727F is #5E8D80. Grayscale: #818181. Windows color (decimal): -6196609 or 8352417. OLE color: 8352417.

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

Color convert

RGB 161 114 127 -
CMYK 0 0.29 0.21 0.37
HSL 343.4º 0.2% 0.54% -
HSV(B) 343.4º 0.29% 0.63% -
XYZ 24.55 21.14 22.87 -
YUV 129.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 161 114 127 0 0.29 0.21 0.37 343.4 0.2 0.54
Hex A1 72 7F 0 1D 15 25 157 14 36
Octal 241 162 177 0 35 25 45 527 24 66
Binary 10100001 1110010 1111111 0 11101 10101 100101 101010111 10100 110110

Color Harmonies of #A1727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1727F

Black with #A1727F

Text Example


Text Example

White with #A1727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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