Html Css Color HEX #A2737C Turkish Rose

📋 copy color: '#A2737C'

red 162 ◦ green 115 ◦ blue 124

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

Shades of Turkish Rose #A2737C

Tints of Turkish Rose #A2737C

RGB

 RED value IS 162 (63.67% from 255) = 40.4%

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 40.4%
G = 28.68%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2737C (or 0xA2737C) is known color: Turkish Rose. HEX triplet: A2, 73 and 7C. RGB value is (162,115,124). Sum of RGB (Red+Green+Blue) = 162+115+124=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2737C is #5D8C83. Grayscale: #828282. Windows color (decimal): -6130820 or 8156066. OLE color: 8156066.

HSL color Cylindrical-coordinate representation of color #A2737C: hue angle of 348.51º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2737C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 124 -
CMYK 0 0.29 0.23 0.36
HSL 348.51º 0.2% 0.54% -
HSV(B) 348.51º 0.29% 0.64% -
XYZ 24.67 21.4 21.9 -
YUV 130.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 162 115 124 0 0.29 0.23 0.36 348.51 0.2 0.54
Hex A2 73 7C 0 1D 17 24 15D 14 36
Octal 242 163 174 0 35 27 44 535 24 66
Binary 10100010 1110011 1111100 0 11101 10111 100100 101011101 10100 110110

Color Harmonies of #A2737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2737C

Black with #A2737C

Text Example


Text Example

White with #A2737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2737C; }

 p { color: rgb(162,115,124); }

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

background-color css

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

 a { background-color: rgb(162,115,124); }

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

border-color css

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

 span { border-color: rgb(162,115,124); }

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