Html Css Color HEX #A7717E Turkish Rose

📋 copy color: '#A7717E'

red 167 ◦ green 113 ◦ blue 126

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

Shades of Turkish Rose #A7717E

Tints of Turkish Rose #A7717E

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

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

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

R = 41.13%
G = 27.83%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7717E (or 0xA7717E) is known color: Turkish Rose. HEX triplet: A7, 71 and 7E. RGB value is (167,113,126). Sum of RGB (Red+Green+Blue) = 167+113+126=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7717E is #588E81. Grayscale: #828282. Windows color (decimal): -5803650 or 8286631. OLE color: 8286631.

HSL color Cylindrical-coordinate representation of color #A7717E: hue angle of 345.56º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7717E is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 113 126 -
CMYK 0 0.32 0.25 0.35
HSL 345.56º 0.23% 0.55% -
HSV(B) 345.56º 0.32% 0.65% -
XYZ 25.61 21.53 22.55 -
YUV 130.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 167 113 126 0 0.32 0.25 0.35 345.56 0.23 0.55
Hex A7 71 7E 0 20 19 23 15A 17 37
Octal 247 161 176 0 40 31 43 532 27 67
Binary 10100111 1110001 1111110 0 100000 11001 100011 101011010 10111 110111

Color Harmonies of #A7717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7717E

Black with #A7717E

Text Example


Text Example

White with #A7717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7717E; }

 p { color: rgb(167,113,126); }

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

background-color css

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

 a { background-color: rgb(167,113,126); }

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

border-color css

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

 span { border-color: rgb(167,113,126); }

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