Html Css Color HEX #AB6071 Turkish Rose

📋 copy color: '#AB6071'

red 171 ◦ green 96 ◦ blue 113

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

Shades of Turkish Rose #AB6071

Tints of Turkish Rose #AB6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

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

R = 45%
G = 25.26%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB6071 (or 0xAB6071) is known color: Turkish Rose. HEX triplet: AB, 60 and 71. RGB value is (171,96,113). Sum of RGB (Red+Green+Blue) = 171+96+113=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6071 is #549F8E. Grayscale: #787878. Windows color (decimal): -5545871 or 7430315. OLE color: 7430315.

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

Color convert

RGB 171 96 113 -
CMYK 0 0.44 0.34 0.33
HSL 346.4º 0.31% 0.52% -
HSV(B) 346.4º 0.44% 0.67% -
XYZ 23.96 18.22 17.88 -
YUV 120.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 171 96 113 0 0.44 0.34 0.33 346.4 0.31 0.52
Hex AB 60 71 0 2C 22 21 15A 1F 34
Octal 253 140 161 0 54 42 41 532 37 64
Binary 10101011 1100000 1110001 0 101100 100010 100001 101011010 11111 110100

Color Harmonies of #AB6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6071

Black with #AB6071

Text Example


Text Example

White with #AB6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6071; }

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

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

background-color css

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

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

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

border-color css

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

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

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