Html Css Color HEX #AB6E79 Turkish Rose

📋 copy color: '#AB6E79'

red 171 ◦ green 110 ◦ blue 121

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

Shades of Turkish Rose #AB6E79

Tints of Turkish Rose #AB6E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 121 (47.66% from 255) = 30.1%

R = 42.54%
G = 27.36%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB6E79 (or 0xAB6E79) is known color: Turkish Rose. HEX triplet: AB, 6E and 79. RGB value is (171,110,121). Sum of RGB (Red+Green+Blue) = 171+110+121=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E79 is #549186. Grayscale: #818181. Windows color (decimal): -5542279 or 7958187. OLE color: 7958187.

HSL color Cylindrical-coordinate representation of color #AB6E79: hue angle of 349.18º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6E79 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 110 121 -
CMYK 0 0.36 0.29 0.33
HSL 349.18º 0.27% 0.55% -
HSV(B) 349.18º 0.36% 0.67% -
XYZ 25.82 21.19 20.82 -
YUV 129.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 171 110 121 0 0.36 0.29 0.33 349.18 0.27 0.55
Hex AB 6E 79 0 24 1D 21 15D 1B 37
Octal 253 156 171 0 44 35 41 535 33 67
Binary 10101011 1101110 1111001 0 100100 11101 100001 101011101 11011 110111

Color Harmonies of #AB6E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E79

Black with #AB6E79

Text Example


Text Example

White with #AB6E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E79; }

 p { color: rgb(171,110,121); }

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

background-color css

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

 a { background-color: rgb(171,110,121); }

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

border-color css

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

 span { border-color: rgb(171,110,121); }

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