Html Css Color HEX #AB646F Turkish Rose

📋 copy color: '#AB646F'

red 171 ◦ green 100 ◦ blue 111

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

Shades of Turkish Rose #AB646F

Tints of Turkish Rose #AB646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 44.76%
G = 26.18%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB646F (or 0xAB646F) is known color: Turkish Rose. HEX triplet: AB, 64 and 6F. RGB value is (171,100,111). Sum of RGB (Red+Green+Blue) = 171+100+111=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB646F is #549B90. Grayscale: #7A7A7A. Windows color (decimal): -5544849 or 7300267. OLE color: 7300267.

HSL color Cylindrical-coordinate representation of color #AB646F: hue angle of 350.7º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB646F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 111 -
CMYK 0 0.42 0.35 0.33
HSL 350.7º 0.3% 0.53% -
HSV(B) 350.7º 0.42% 0.67% -
XYZ 24.22 18.92 17.41 -
YUV 122.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 171 100 111 0 0.42 0.35 0.33 350.7 0.3 0.53
Hex AB 64 6F 0 2A 23 21 15F 1E 35
Octal 253 144 157 0 52 43 41 537 36 65
Binary 10101011 1100100 1101111 0 101010 100011 100001 101011111 11110 110101

Color Harmonies of #AB646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB646F

Black with #AB646F

Text Example


Text Example

White with #AB646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB646F; }

 p { color: rgb(171,100,111); }

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

background-color css

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

 a { background-color: rgb(171,100,111); }

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

border-color css

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

 span { border-color: rgb(171,100,111); }

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