Html Css Color HEX #AB616F Turkish Rose

📋 copy color: '#AB616F'

red 171 ◦ green 97 ◦ blue 111

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

Shades of Turkish Rose #AB616F

Tints of Turkish Rose #AB616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.59%

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

R = 45.12%
G = 25.59%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB616F (or 0xAB616F) is known color: Turkish Rose. HEX triplet: AB, 61 and 6F. RGB value is (171,97,111). Sum of RGB (Red+Green+Blue) = 171+97+111=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616F is #549E90. Grayscale: #787878. Windows color (decimal): -5545617 or 7299499. OLE color: 7299499.

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

Color convert

RGB 171 97 111 -
CMYK 0 0.43 0.35 0.33
HSL 348.65º 0.31% 0.53% -
HSV(B) 348.65º 0.43% 0.67% -
XYZ 23.94 18.36 17.32 -
YUV 120.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 171 97 111 0 0.43 0.35 0.33 348.65 0.31 0.53
Hex AB 61 6F 0 2B 23 21 15D 1F 35
Octal 253 141 157 0 53 43 41 535 37 65
Binary 10101011 1100001 1101111 0 101011 100011 100001 101011101 11111 110101

Color Harmonies of #AB616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB616F

Black with #AB616F

Text Example


Text Example

White with #AB616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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