Html Css Color HEX #A2737D Turkish Rose

📋 copy color: '#A2737D'

red 162 ◦ green 115 ◦ blue 125

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

Shades of Turkish Rose #A2737D

Tints of Turkish Rose #A2737D

RGB

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

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

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

R = 40.3%
G = 28.61%
B = 31.09%

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

#A2737D (or 0xA2737D) is known color: Turkish Rose. HEX triplet: A2, 73 and 7D. RGB value is (162,115,125). Sum of RGB (Red+Green+Blue) = 162+115+125=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2737D is #5D8C82. Grayscale: #828282. Windows color (decimal): -6130819 or 8221602. OLE color: 8221602.

HSL color Cylindrical-coordinate representation of color #A2737D: hue angle of 347.23º 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 #A2737D is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 125 -
CMYK 0 0.29 0.23 0.36
HSL 347.23º 0.2% 0.54% -
HSV(B) 347.23º 0.29% 0.64% -
XYZ 24.73 21.42 22.23 -
YUV 130.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 162 115 125 0 0.29 0.23 0.36 347.23 0.2 0.54
Hex A2 73 7D 0 1D 17 24 15B 14 36
Octal 242 163 175 0 35 27 44 533 24 66
Binary 10100010 1110011 1111101 0 11101 10111 100100 101011011 10100 110110

Color Harmonies of #A2737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2737D

Black with #A2737D

Text Example


Text Example

White with #A2737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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