Html Css Color HEX #AB2146 Old Rose

📋 copy color: '#AB2146'

red 171 ◦ green 33 ◦ blue 70

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

Shades of Old Rose #AB2146

Tints of Old Rose #AB2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 62.41%
G = 12.04%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB2146 (or 0xAB2146) is known color: Old Rose. HEX triplet: AB, 21 and 46. RGB value is (171,33,70). Sum of RGB (Red+Green+Blue) = 171+33+70=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2146 is #54DEB9. Grayscale: #4E4E4E. Windows color (decimal): -5562042 or 4596139. OLE color: 4596139.

HSL color Cylindrical-coordinate representation of color #AB2146: hue angle of 343.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2146 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 70 -
CMYK 0 0.81 0.59 0.33
HSL 343.91º 0.68% 0.4% -
HSV(B) 343.91º 0.81% 0.67% -
XYZ 18.44 10.19 6.79 -
YUV 78.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 171 33 70 0 0.81 0.59 0.33 343.91 0.68 0.4
Hex AB 21 46 0 51 3B 21 158 44 28
Octal 253 41 106 0 121 73 41 530 104 50
Binary 10101011 100001 1000110 0 1010001 111011 100001 101011000 1000100 101000

Color Harmonies of #AB2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2146

Black with #AB2146

Text Example


Text Example

White with #AB2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2146; }

 p { color: rgb(171,33,70); }

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

background-color css

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

 a { background-color: rgb(171,33,70); }

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

border-color css

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

 span { border-color: rgb(171,33,70); }

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