Html Css Color HEX #A2717C Turkish Rose

📋 copy color: '#A2717C'

red 162 ◦ green 113 ◦ blue 124

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

Shades of Turkish Rose #A2717C

Tints of Turkish Rose #A2717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 40.6%
G = 28.32%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2717C (or 0xA2717C) is known color: Turkish Rose. HEX triplet: A2, 71 and 7C. RGB value is (162,113,124). Sum of RGB (Red+Green+Blue) = 162+113+124=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2717C is #5D8E83. Grayscale: #808080. Windows color (decimal): -6131332 or 8155554. OLE color: 8155554.

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

Color convert

RGB 162 113 124 -
CMYK 0 0.30 0.23 0.36
HSL 346.53º 0.21% 0.54% -
HSV(B) 346.53º 0.3% 0.64% -
XYZ 24.44 20.95 21.82 -
YUV 128.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 162 113 124 0 0.30 0.23 0.36 346.53 0.21 0.54
Hex A2 71 7C 0 1E 17 24 15B 15 36
Octal 242 161 174 0 36 27 44 533 25 66
Binary 10100010 1110001 1111100 0 11110 10111 100100 101011011 10101 110110

Color Harmonies of #A2717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2717C

Black with #A2717C

Text Example


Text Example

White with #A2717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2717C; }

 p { color: rgb(162,113,124); }

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

background-color css

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

 a { background-color: rgb(162,113,124); }

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

border-color css

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

 span { border-color: rgb(162,113,124); }

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