Html Css Color HEX #A2747E Turkish Rose

📋 copy color: '#A2747E'

red 162 ◦ green 116 ◦ blue 126

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

Shades of Turkish Rose #A2747E

Tints of Turkish Rose #A2747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.71%

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 40.1%
G = 28.71%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2747E (or 0xA2747E) is known color: Turkish Rose. HEX triplet: A2, 74 and 7E. RGB value is (162,116,126). Sum of RGB (Red+Green+Blue) = 162+116+126=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2747E is #5D8B81. Grayscale: #828282. Windows color (decimal): -6130562 or 8287394. OLE color: 8287394.

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

Color convert

RGB 162 116 126 -
CMYK 0 0.28 0.22 0.36
HSL 346.96º 0.2% 0.55% -
HSV(B) 346.96º 0.28% 0.64% -
XYZ 24.91 21.68 22.61 -
YUV 130.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 162 116 126 0 0.28 0.22 0.36 346.96 0.2 0.55
Hex A2 74 7E 0 1C 16 24 15B 14 37
Octal 242 164 176 0 34 26 44 533 24 67
Binary 10100010 1110100 1111110 0 11100 10110 100100 101011011 10100 110111

Color Harmonies of #A2747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2747E

Black with #A2747E

Text Example


Text Example

White with #A2747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2747E; }

 p { color: rgb(162,116,126); }

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

background-color css

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

 a { background-color: rgb(162,116,126); }

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

border-color css

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

 span { border-color: rgb(162,116,126); }

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