Html Css Color HEX #A2737F Turkish Rose

📋 copy color: '#A2737F'

red 162 ◦ green 115 ◦ blue 127

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

Shades of Turkish Rose #A2737F

Tints of Turkish Rose #A2737F

RGB

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

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

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

R = 40.1%
G = 28.47%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2737F (or 0xA2737F) is known color: Turkish Rose. HEX triplet: A2, 73 and 7F. RGB value is (162,115,127). Sum of RGB (Red+Green+Blue) = 162+115+127=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2737F is #5D8C80. Grayscale: #828282. Windows color (decimal): -6130817 or 8352674. OLE color: 8352674.

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

Color convert

RGB 162 115 127 -
CMYK 0 0.29 0.22 0.36
HSL 344.68º 0.2% 0.54% -
HSV(B) 344.68º 0.29% 0.64% -
XYZ 24.86 21.48 22.91 -
YUV 130.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 162 115 127 0 0.29 0.22 0.36 344.68 0.2 0.54
Hex A2 73 7F 0 1D 16 24 159 14 36
Octal 242 163 177 0 35 26 44 531 24 66
Binary 10100010 1110011 1111111 0 11101 10110 100100 101011001 10100 110110

Color Harmonies of #A2737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2737F

Black with #A2737F

Text Example


Text Example

White with #A2737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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