Html Css Color HEX #AB717B Turkish Rose

📋 copy color: '#AB717B'

red 171 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #AB717B

Tints of Turkish Rose #AB717B

RGB

 RED value IS 171 (67.19% from 255) = 42.01%

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 42.01%
G = 27.76%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB717B (or 0xAB717B) is known color: Turkish Rose. HEX triplet: AB, 71 and 7B. RGB value is (171,113,123). Sum of RGB (Red+Green+Blue) = 171+113+123=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB717B is #548E84. Grayscale: #838383. Windows color (decimal): -5541509 or 8090027. OLE color: 8090027.

HSL color Cylindrical-coordinate representation of color #AB717B: hue angle of 349.66º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB717B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 123 -
CMYK 0 0.34 0.28 0.33
HSL 349.66º 0.26% 0.56% -
HSV(B) 349.66º 0.34% 0.67% -
XYZ 26.27 21.9 21.58 -
YUV 131.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 171 113 123 0 0.34 0.28 0.33 349.66 0.26 0.56
Hex AB 71 7B 0 22 1C 21 15E 1A 38
Octal 253 161 173 0 42 34 41 536 32 70
Binary 10101011 1110001 1111011 0 100010 11100 100001 101011110 11010 111000

Color Harmonies of #AB717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB717B

Black with #AB717B

Text Example


Text Example

White with #AB717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB717B; }

 p { color: rgb(171,113,123); }

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

background-color css

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

 a { background-color: rgb(171,113,123); }

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

border-color css

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

 span { border-color: rgb(171,113,123); }

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