Html Css Color HEX #A2737A Turkish Rose

📋 copy color: '#A2737A'

red 162 ◦ green 115 ◦ blue 122

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

Shades of Turkish Rose #A2737A

Tints of Turkish Rose #A2737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 40.6%
G = 28.82%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2737A (or 0xA2737A) is known color: Turkish Rose. HEX triplet: A2, 73 and 7A. RGB value is (162,115,122). Sum of RGB (Red+Green+Blue) = 162+115+122=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2737A is #5D8C85. Grayscale: #818181. Windows color (decimal): -6130822 or 8024994. OLE color: 8024994.

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

Color convert

RGB 162 115 122 -
CMYK 0 0.29 0.25 0.36
HSL 351.06º 0.2% 0.54% -
HSV(B) 351.06º 0.29% 0.64% -
XYZ 24.54 21.35 21.24 -
YUV 129.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 162 115 122 0 0.29 0.25 0.36 351.06 0.2 0.54
Hex A2 73 7A 0 1D 19 24 15F 14 36
Octal 242 163 172 0 35 31 44 537 24 66
Binary 10100010 1110011 1111010 0 11101 11001 100100 101011111 10100 110110

Color Harmonies of #A2737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2737A

Black with #A2737A

Text Example


Text Example

White with #A2737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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