Html Css Color HEX #AB6573 Turkish Rose

📋 copy color: '#AB6573'

red 171 ◦ green 101 ◦ blue 115

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

Shades of Turkish Rose #AB6573

Tints of Turkish Rose #AB6573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.1%

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

R = 44.19%
G = 26.1%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB6573 (or 0xAB6573) is known color: Turkish Rose. HEX triplet: AB, 65 and 73. RGB value is (171,101,115). Sum of RGB (Red+Green+Blue) = 171+101+115=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6573 is #549A8C. Grayscale: #7B7B7B. Windows color (decimal): -5544589 or 7562667. OLE color: 7562667.

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

Color convert

RGB 171 101 115 -
CMYK 0 0.41 0.33 0.33
HSL 348º 0.29% 0.53% -
HSV(B) 348º 0.41% 0.67% -
XYZ 24.54 19.2 18.63 -
YUV 123.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 171 101 115 0 0.41 0.33 0.33 348 0.29 0.53
Hex AB 65 73 0 29 21 21 15C 1D 35
Octal 253 145 163 0 51 41 41 534 35 65
Binary 10101011 1100101 1110011 0 101001 100001 100001 101011100 11101 110101

Color Harmonies of #AB6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6573

Black with #AB6573

Text Example


Text Example

White with #AB6573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6573; }

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

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

background-color css

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

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

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

border-color css

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

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

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