Html Css Color HEX #AB2648 Old Rose

📋 copy color: '#AB2648'

red 171 ◦ green 38 ◦ blue 72

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

Shades of Old Rose #AB2648

Tints of Old Rose #AB2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 60.85%
G = 13.52%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB2648 (or 0xAB2648) is known color: Old Rose. HEX triplet: AB, 26 and 48. RGB value is (171,38,72). Sum of RGB (Red+Green+Blue) = 171+38+72=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2648 is #54D9B7. Grayscale: #515151. Windows color (decimal): -5560760 or 4728491. OLE color: 4728491.

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

Color convert

RGB 171 38 72 -
CMYK 0 0.78 0.58 0.33
HSL 344.66º 0.64% 0.41% -
HSV(B) 344.66º 0.78% 0.67% -
XYZ 18.66 10.51 7.18 -
YUV 81.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 171 38 72 0 0.78 0.58 0.33 344.66 0.64 0.41
Hex AB 26 48 0 4E 3A 21 159 40 29
Octal 253 46 110 0 116 72 41 531 100 51
Binary 10101011 100110 1001000 0 1001110 111010 100001 101011001 1000000 101001

Color Harmonies of #AB2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2648

Black with #AB2648

Text Example


Text Example

White with #AB2648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2648; }

 p { color: rgb(171,38,72); }

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

background-color css

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

 a { background-color: rgb(171,38,72); }

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

border-color css

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

 span { border-color: rgb(171,38,72); }

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