Html Css Color HEX #AB6A71 Turkish Rose

📋 copy color: '#AB6A71'

red 171 ◦ green 106 ◦ blue 113

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

Shades of Turkish Rose #AB6A71

Tints of Turkish Rose #AB6A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.18%

 BLUE value IS 113 (44.53% from 255) = 28.97%

R = 43.85%
G = 27.18%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB6A71 (or 0xAB6A71) is known color: Turkish Rose. HEX triplet: AB, 6A and 71. RGB value is (171,106,113). Sum of RGB (Red+Green+Blue) = 171+106+113=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A71 is #54958E. Grayscale: #7E7E7E. Windows color (decimal): -5543311 or 7432875. OLE color: 7432875.

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

Color convert

RGB 171 106 113 -
CMYK 0 0.38 0.34 0.33
HSL 353.54º 0.28% 0.54% -
HSV(B) 353.54º 0.38% 0.67% -
XYZ 24.93 20.16 18.2 -
YUV 126.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 171 106 113 0 0.38 0.34 0.33 353.54 0.28 0.54
Hex AB 6A 71 0 26 22 21 162 1C 36
Octal 253 152 161 0 46 42 41 542 34 66
Binary 10101011 1101010 1110001 0 100110 100010 100001 101100010 11100 110110

Color Harmonies of #AB6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6A71

Black with #AB6A71

Text Example


Text Example

White with #AB6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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