Html Css Color HEX #A2737B Turkish Rose

📋 copy color: '#A2737B'

red 162 ◦ green 115 ◦ blue 123

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

Shades of Turkish Rose #A2737B

Tints of Turkish Rose #A2737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 40.5%
G = 28.75%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2737B (or 0xA2737B) is known color: Turkish Rose. HEX triplet: A2, 73 and 7B. RGB value is (162,115,123). Sum of RGB (Red+Green+Blue) = 162+115+123=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2737B is #5D8C84. Grayscale: #818181. Windows color (decimal): -6130821 or 8090530. OLE color: 8090530.

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

Color convert

RGB 162 115 123 -
CMYK 0 0.29 0.24 0.36
HSL 349.79º 0.2% 0.54% -
HSV(B) 349.79º 0.29% 0.64% -
XYZ 24.61 21.37 21.57 -
YUV 129.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 162 115 123 0 0.29 0.24 0.36 349.79 0.2 0.54
Hex A2 73 7B 0 1D 18 24 15E 14 36
Octal 242 163 173 0 35 30 44 536 24 66
Binary 10100010 1110011 1111011 0 11101 11000 100100 101011110 10100 110110

Color Harmonies of #A2737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2737B

Black with #A2737B

Text Example


Text Example

White with #A2737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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