Html Css Color HEX #AB616C Turkish Rose

📋 copy color: '#AB616C'

red 171 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #AB616C

Tints of Turkish Rose #AB616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 45.48%
G = 25.8%
B = 28.72%

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

#AB616C (or 0xAB616C) is known color: Turkish Rose. HEX triplet: AB, 61 and 6C. RGB value is (171,97,108). Sum of RGB (Red+Green+Blue) = 171+97+108=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB616C is #549E93. Grayscale: #787878. Windows color (decimal): -5545620 or 7102891. OLE color: 7102891.

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

Color convert

RGB 171 97 108 -
CMYK 0 0.43 0.37 0.33
HSL 351.08º 0.31% 0.53% -
HSV(B) 351.08º 0.43% 0.67% -
XYZ 23.78 18.29 16.46 -
YUV 120.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 171 97 108 0 0.43 0.37 0.33 351.08 0.31 0.53
Hex AB 61 6C 0 2B 25 21 15F 1F 35
Octal 253 141 154 0 53 45 41 537 37 65
Binary 10101011 1100001 1101100 0 101011 100101 100001 101011111 11111 110101

Color Harmonies of #AB616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB616C

Black with #AB616C

Text Example


Text Example

White with #AB616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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