Html Css Color HEX #A0747D Turkish Rose

📋 copy color: '#A0747D'

red 160 ◦ green 116 ◦ blue 125

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

Shades of Turkish Rose #A0747D

Tints of Turkish Rose #A0747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 39.9%
G = 28.93%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0747D (or 0xA0747D) is known color: Turkish Rose. HEX triplet: A0, 74 and 7D. RGB value is (160,116,125). Sum of RGB (Red+Green+Blue) = 160+116+125=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0747D is #5F8B82. Grayscale: #828282. Windows color (decimal): -6261635 or 8221856. OLE color: 8221856.

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

Color convert

RGB 160 116 125 -
CMYK 0 0.28 0.22 0.37
HSL 347.73º 0.19% 0.54% -
HSV(B) 347.73º 0.28% 0.63% -
XYZ 24.44 21.45 22.25 -
YUV 130.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 160 116 125 0 0.28 0.22 0.37 347.73 0.19 0.54
Hex A0 74 7D 0 1C 16 25 15C 13 36
Octal 240 164 175 0 34 26 45 534 23 66
Binary 10100000 1110100 1111101 0 11100 10110 100101 101011100 10011 110110

Color Harmonies of #A0747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0747D

Black with #A0747D

Text Example


Text Example

White with #A0747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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