Html Css Color HEX #AB6E77 Turkish Rose

📋 copy color: '#AB6E77'

red 171 ◦ green 110 ◦ blue 119

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

Shades of Turkish Rose #AB6E77

Tints of Turkish Rose #AB6E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 42.75%
G = 27.5%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB6E77 (or 0xAB6E77) is known color: Turkish Rose. HEX triplet: AB, 6E and 77. RGB value is (171,110,119). Sum of RGB (Red+Green+Blue) = 171+110+119=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E77 is #549188. Grayscale: #818181. Windows color (decimal): -5542281 or 7827115. OLE color: 7827115.

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

Color convert

RGB 171 110 119 -
CMYK 0 0.36 0.30 0.33
HSL 351.15º 0.27% 0.55% -
HSV(B) 351.15º 0.36% 0.67% -
XYZ 25.7 21.14 20.18 -
YUV 129.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 171 110 119 0 0.36 0.30 0.33 351.15 0.27 0.55
Hex AB 6E 77 0 24 1E 21 15F 1B 37
Octal 253 156 167 0 44 36 41 537 33 67
Binary 10101011 1101110 1110111 0 100100 11110 100001 101011111 11011 110111

Color Harmonies of #AB6E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E77

Black with #AB6E77

Text Example


Text Example

White with #AB6E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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