Html Css Color HEX #A0727F Turkish Rose

📋 copy color: '#A0727F'

red 160 ◦ green 114 ◦ blue 127

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

Shades of Turkish Rose #A0727F

Tints of Turkish Rose #A0727F

RGB

 RED value IS 160 (62.89% from 255) = 39.9%

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

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

R = 39.9%
G = 28.43%
B = 31.67%

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

#A0727F (or 0xA0727F) is known color: Turkish Rose. HEX triplet: A0, 72 and 7F. RGB value is (160,114,127). Sum of RGB (Red+Green+Blue) = 160+114+127=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0727F is #5F8D80. Grayscale: #818181. Windows color (decimal): -6262145 or 8352416. OLE color: 8352416.

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

Color convert

RGB 160 114 127 -
CMYK 0 0.29 0.21 0.37
HSL 343.04º 0.19% 0.54% -
HSV(B) 343.04º 0.29% 0.63% -
XYZ 24.35 21.04 22.86 -
YUV 129.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 160 114 127 0 0.29 0.21 0.37 343.04 0.19 0.54
Hex A0 72 7F 0 1D 15 25 157 13 36
Octal 240 162 177 0 35 25 45 527 23 66
Binary 10100000 1110010 1111111 0 11101 10101 100101 101010111 10011 110110

Color Harmonies of #A0727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0727F

Black with #A0727F

Text Example


Text Example

White with #A0727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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