Html Css Color HEX #AB2847 Old Rose

📋 copy color: '#AB2847'

red 171 ◦ green 40 ◦ blue 71

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

Shades of Old Rose #AB2847

Tints of Old Rose #AB2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

 BLUE value IS 71 (28.13% from 255) = 25.18%

R = 60.64%
G = 14.18%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB2847 (or 0xAB2847) is known color: Old Rose. HEX triplet: AB, 28 and 47. RGB value is (171,40,71). Sum of RGB (Red+Green+Blue) = 171+40+71=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2847 is #54D7B8. Grayscale: #525252. Windows color (decimal): -5560249 or 4663467. OLE color: 4663467.

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

Color convert

RGB 171 40 71 -
CMYK 0 0.77 0.58 0.33
HSL 345.8º 0.62% 0.41% -
HSV(B) 345.8º 0.77% 0.67% -
XYZ 18.69 10.63 7.03 -
YUV 82.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 171 40 71 0 0.77 0.58 0.33 345.8 0.62 0.41
Hex AB 28 47 0 4D 3A 21 15A 3E 29
Octal 253 50 107 0 115 72 41 532 76 51
Binary 10101011 101000 1000111 0 1001101 111010 100001 101011010 111110 101001

Color Harmonies of #AB2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2847

Black with #AB2847

Text Example


Text Example

White with #AB2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2847; }

 p { color: rgb(171,40,71); }

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

background-color css

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

 a { background-color: rgb(171,40,71); }

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

border-color css

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

 span { border-color: rgb(171,40,71); }

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