Html Css Color HEX #AB717A Turkish Rose

📋 copy color: '#AB717A'

red 171 ◦ green 113 ◦ blue 122

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

Shades of Turkish Rose #AB717A

Tints of Turkish Rose #AB717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 42.12%
G = 27.83%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB717A (or 0xAB717A) is known color: Turkish Rose. HEX triplet: AB, 71 and 7A. RGB value is (171,113,122). Sum of RGB (Red+Green+Blue) = 171+113+122=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB717A is #548E85. Grayscale: #838383. Windows color (decimal): -5541510 or 8024491. OLE color: 8024491.

HSL color Cylindrical-coordinate representation of color #AB717A: hue angle of 350.69º 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 #AB717A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 122 -
CMYK 0 0.34 0.29 0.33
HSL 350.69º 0.26% 0.56% -
HSV(B) 350.69º 0.34% 0.67% -
XYZ 26.21 21.87 21.25 -
YUV 131.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 171 113 122 0 0.34 0.29 0.33 350.69 0.26 0.56
Hex AB 71 7A 0 22 1D 21 15F 1A 38
Octal 253 161 172 0 42 35 41 537 32 70
Binary 10101011 1110001 1111010 0 100010 11101 100001 101011111 11010 111000

Color Harmonies of #AB717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB717A

Black with #AB717A

Text Example


Text Example

White with #AB717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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