Html Css Color HEX #A9717C Turkish Rose

📋 copy color: '#A9717C'

red 169 ◦ green 113 ◦ blue 124

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

Shades of Turkish Rose #A9717C

Tints of Turkish Rose #A9717C

RGB

 RED value IS 169 (66.41% from 255) = 41.63%

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

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

R = 41.63%
G = 27.83%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9717C (or 0xA9717C) is known color: Turkish Rose. HEX triplet: A9, 71 and 7C. RGB value is (169,113,124). Sum of RGB (Red+Green+Blue) = 169+113+124=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9717C is #568E83. Grayscale: #838383. Windows color (decimal): -5672580 or 8155561. OLE color: 8155561.

HSL color Cylindrical-coordinate representation of color #A9717C: hue angle of 348.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9717C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 113 124 -
CMYK 0 0.33 0.27 0.34
HSL 348.21º 0.25% 0.55% -
HSV(B) 348.21º 0.33% 0.66% -
XYZ 25.91 21.7 21.89 -
YUV 131 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 169 113 124 0 0.33 0.27 0.34 348.21 0.25 0.55
Hex A9 71 7C 0 21 1B 22 15C 19 37
Octal 251 161 174 0 41 33 42 534 31 67
Binary 10101001 1110001 1111100 0 100001 11011 100010 101011100 11001 110111

Color Harmonies of #A9717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9717C

Black with #A9717C

Text Example


Text Example

White with #A9717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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