Html Css Color HEX #A2727E Turkish Rose

📋 copy color: '#A2727E'

red 162 ◦ green 114 ◦ blue 126

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

Shades of Turkish Rose #A2727E

Tints of Turkish Rose #A2727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.36%

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

R = 40.3%
G = 28.36%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2727E (or 0xA2727E) is known color: Turkish Rose. HEX triplet: A2, 72 and 7E. RGB value is (162,114,126). Sum of RGB (Red+Green+Blue) = 162+114+126=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A2727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2727E is #5D8D81. Grayscale: #818181. Windows color (decimal): -6131074 or 8286882. OLE color: 8286882.

HSL color Cylindrical-coordinate representation of color #A2727E: hue angle of 345º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2727E is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 114 126 -
CMYK 0 0.30 0.22 0.36
HSL 345º 0.21% 0.54% -
HSV(B) 345º 0.3% 0.64% -
XYZ 24.68 21.22 22.53 -
YUV 129.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 162 114 126 0 0.30 0.22 0.36 345 0.21 0.54
Hex A2 72 7E 0 1E 16 24 159 15 36
Octal 242 162 176 0 36 26 44 531 25 66
Binary 10100010 1110010 1111110 0 11110 10110 100100 101011001 10101 110110

Color Harmonies of #A2727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2727E

Black with #A2727E

Text Example


Text Example

White with #A2727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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