Html Css Color HEX #AB6173 Turkish Rose

📋 copy color: '#AB6173'

red 171 ◦ green 97 ◦ blue 115

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

Shades of Turkish Rose #AB6173

Tints of Turkish Rose #AB6173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 44.65%
G = 25.33%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB6173 (or 0xAB6173) is known color: Turkish Rose. HEX triplet: AB, 61 and 73. RGB value is (171,97,115). Sum of RGB (Red+Green+Blue) = 171+97+115=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6173 is #549E8C. Grayscale: #797979. Windows color (decimal): -5545613 or 7561643. OLE color: 7561643.

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

Color convert

RGB 171 97 115 -
CMYK 0 0.43 0.33 0.33
HSL 345.41º 0.31% 0.53% -
HSV(B) 345.41º 0.43% 0.67% -
XYZ 24.16 18.45 18.51 -
YUV 121.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 171 97 115 0 0.43 0.33 0.33 345.41 0.31 0.53
Hex AB 61 73 0 2B 21 21 159 1F 35
Octal 253 141 163 0 53 41 41 531 37 65
Binary 10101011 1100001 1110011 0 101011 100001 100001 101011001 11111 110101

Color Harmonies of #AB6173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6173

Black with #AB6173

Text Example


Text Example

White with #AB6173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6173; }

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

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

background-color css

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

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

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

border-color css

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

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

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