Html Css Color HEX #AB6473 Turkish Rose

📋 copy color: '#AB6473'

red 171 ◦ green 100 ◦ blue 115

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

Shades of Turkish Rose #AB6473

Tints of Turkish Rose #AB6473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

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

R = 44.3%
G = 25.91%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB6473 (or 0xAB6473) is known color: Turkish Rose. HEX triplet: AB, 64 and 73. RGB value is (171,100,115). Sum of RGB (Red+Green+Blue) = 171+100+115=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6473 is #549B8C. Grayscale: #7A7A7A. Windows color (decimal): -5544845 or 7562411. OLE color: 7562411.

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

Color convert

RGB 171 100 115 -
CMYK 0 0.42 0.33 0.33
HSL 347.32º 0.3% 0.53% -
HSV(B) 347.32º 0.42% 0.67% -
XYZ 24.45 19.01 18.6 -
YUV 122.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 171 100 115 0 0.42 0.33 0.33 347.32 0.3 0.53
Hex AB 64 73 0 2A 21 21 15B 1E 35
Octal 253 144 163 0 52 41 41 533 36 65
Binary 10101011 1100100 1110011 0 101010 100001 100001 101011011 11110 110101

Color Harmonies of #AB6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6473

Black with #AB6473

Text Example


Text Example

White with #AB6473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6473; }

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

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

background-color css

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

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

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

border-color css

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

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

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