Html Css Color HEX #A0707F Turkish Rose

📋 copy color: '#A0707F'

red 160 ◦ green 112 ◦ blue 127

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

Shades of Turkish Rose #A0707F

Tints of Turkish Rose #A0707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 40.1%
G = 28.07%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0707F (or 0xA0707F) is known color: Turkish Rose. HEX triplet: A0, 70 and 7F. RGB value is (160,112,127). Sum of RGB (Red+Green+Blue) = 160+112+127=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0707F is #5F8F80. Grayscale: #808080. Windows color (decimal): -6262657 or 8351904. OLE color: 8351904.

HSL color Cylindrical-coordinate representation of color #A0707F: hue angle of 341.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0707F is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 127 -
CMYK 0 0.30 0.21 0.37
HSL 341.25º 0.2% 0.53% -
HSV(B) 341.25º 0.3% 0.63% -
XYZ 24.12 20.59 22.78 -
YUV 128.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 160 112 127 0 0.30 0.21 0.37 341.25 0.2 0.53
Hex A0 70 7F 0 1E 15 25 155 14 35
Octal 240 160 177 0 36 25 45 525 24 65
Binary 10100000 1110000 1111111 0 11110 10101 100101 101010101 10100 110101

Color Harmonies of #A0707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0707F

Black with #A0707F

Text Example


Text Example

White with #A0707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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