Html Css Color HEX #A0737D Turkish Rose

📋 copy color: '#A0737D'

red 160 ◦ green 115 ◦ blue 125

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

Shades of Turkish Rose #A0737D

Tints of Turkish Rose #A0737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

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

R = 40%
G = 28.75%
B = 31.25%

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

#A0737D (or 0xA0737D) is known color: Turkish Rose. HEX triplet: A0, 73 and 7D. RGB value is (160,115,125). Sum of RGB (Red+Green+Blue) = 160+115+125=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0737D is #5F8C82. Grayscale: #818181. Windows color (decimal): -6261891 or 8221600. OLE color: 8221600.

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

Color convert

RGB 160 115 125 -
CMYK 0 0.28 0.22 0.37
HSL 346.67º 0.19% 0.54% -
HSV(B) 346.67º 0.28% 0.63% -
XYZ 24.33 21.22 22.21 -
YUV 129.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 160 115 125 0 0.28 0.22 0.37 346.67 0.19 0.54
Hex A0 73 7D 0 1C 16 25 15B 13 36
Octal 240 163 175 0 34 26 45 533 23 66
Binary 10100000 1110011 1111101 0 11100 10110 100101 101011011 10011 110110

Color Harmonies of #A0737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0737D

Black with #A0737D

Text Example


Text Example

White with #A0737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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