Html Css Color HEX #A0747F Turkish Rose

📋 copy color: '#A0747F'

red 160 ◦ green 116 ◦ blue 127

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

Shades of Turkish Rose #A0747F

Tints of Turkish Rose #A0747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

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

R = 39.7%
G = 28.78%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0747F (or 0xA0747F) is known color: Turkish Rose. HEX triplet: A0, 74 and 7F. RGB value is (160,116,127). Sum of RGB (Red+Green+Blue) = 160+116+127=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0747F is #5F8B80. Grayscale: #828282. Windows color (decimal): -6261633 or 8352928. OLE color: 8352928.

HSL color Cylindrical-coordinate representation of color #A0747F: hue angle of 345º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0747F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 127 -
CMYK 0 0.28 0.21 0.37
HSL 345º 0.19% 0.54% -
HSV(B) 345º 0.28% 0.63% -
XYZ 24.57 21.5 22.93 -
YUV 130.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 160 116 127 0 0.28 0.21 0.37 345 0.19 0.54
Hex A0 74 7F 0 1C 15 25 159 13 36
Octal 240 164 177 0 34 25 45 531 23 66
Binary 10100000 1110100 1111111 0 11100 10101 100101 101011001 10011 110110

Color Harmonies of #A0747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0747F

Black with #A0747F

Text Example


Text Example

White with #A0747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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