Html Css Color HEX #AB616D Turkish Rose

📋 copy color: '#AB616D'

red 171 ◦ green 97 ◦ blue 109

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

Shades of Turkish Rose #AB616D

Tints of Turkish Rose #AB616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 45.36%
G = 25.73%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB616D (or 0xAB616D) is known color: Turkish Rose. HEX triplet: AB, 61 and 6D. RGB value is (171,97,109). Sum of RGB (Red+Green+Blue) = 171+97+109=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616D is #549E92. Grayscale: #787878. Windows color (decimal): -5545619 or 7168427. OLE color: 7168427.

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

Color convert

RGB 171 97 109 -
CMYK 0 0.43 0.36 0.33
HSL 350.27º 0.31% 0.53% -
HSV(B) 350.27º 0.43% 0.67% -
XYZ 23.83 18.31 16.75 -
YUV 120.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 171 97 109 0 0.43 0.36 0.33 350.27 0.31 0.53
Hex AB 61 6D 0 2B 24 21 15E 1F 35
Octal 253 141 155 0 53 44 41 536 37 65
Binary 10101011 1100001 1101101 0 101011 100100 100001 101011110 11111 110101

Color Harmonies of #AB616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB616D

Black with #AB616D

Text Example


Text Example

White with #AB616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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