Html Css Color HEX #AB616B Turkish Rose

📋 copy color: '#AB616B'

red 171 ◦ green 97 ◦ blue 107

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

Shades of Turkish Rose #AB616B

Tints of Turkish Rose #AB616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 45.6%
G = 25.87%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB616B (or 0xAB616B) is known color: Turkish Rose. HEX triplet: AB, 61 and 6B. RGB value is (171,97,107). Sum of RGB (Red+Green+Blue) = 171+97+107=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616B is #549E94. Grayscale: #787878. Windows color (decimal): -5545621 or 7037355. OLE color: 7037355.

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

Color convert

RGB 171 97 107 -
CMYK 0 0.43 0.37 0.33
HSL 351.89º 0.31% 0.53% -
HSV(B) 351.89º 0.43% 0.67% -
XYZ 23.72 18.27 16.19 -
YUV 120.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 171 97 107 0 0.43 0.37 0.33 351.89 0.31 0.53
Hex AB 61 6B 0 2B 25 21 160 1F 35
Octal 253 141 153 0 53 45 41 540 37 65
Binary 10101011 1100001 1101011 0 101011 100101 100001 101100000 11111 110101

Color Harmonies of #AB616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB616B

Black with #AB616B

Text Example


Text Example

White with #AB616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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