Html Css Color HEX #AB6971 Turkish Rose

📋 copy color: '#AB6971'

red 171 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #AB6971

Tints of Turkish Rose #AB6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 43.96%
G = 26.99%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB6971 (or 0xAB6971) is known color: Turkish Rose. HEX triplet: AB, 69 and 71. RGB value is (171,105,113). Sum of RGB (Red+Green+Blue) = 171+105+113=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6971 is #54968E. Grayscale: #7D7D7D. Windows color (decimal): -5543567 or 7432619. OLE color: 7432619.

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

Color convert

RGB 171 105 113 -
CMYK 0 0.39 0.34 0.33
HSL 352.73º 0.28% 0.54% -
HSV(B) 352.73º 0.39% 0.67% -
XYZ 24.83 19.95 18.17 -
YUV 125.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 171 105 113 0 0.39 0.34 0.33 352.73 0.28 0.54
Hex AB 69 71 0 27 22 21 161 1C 36
Octal 253 151 161 0 47 42 41 541 34 66
Binary 10101011 1101001 1110001 0 100111 100010 100001 101100001 11100 110110

Color Harmonies of #AB6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6971

Black with #AB6971

Text Example


Text Example

White with #AB6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6971; }

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

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

background-color css

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

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

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

border-color css

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

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

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