Html Css Color HEX #AB2144 Old Rose

📋 copy color: '#AB2144'

red 171 ◦ green 33 ◦ blue 68

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

Shades of Old Rose #AB2144

Tints of Old Rose #AB2144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25%

R = 62.87%
G = 12.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB2144 (or 0xAB2144) is known color: Old Rose. HEX triplet: AB, 21 and 44. RGB value is (171,33,68). Sum of RGB (Red+Green+Blue) = 171+33+68=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2144 is #54DEBB. Grayscale: #4E4E4E. Windows color (decimal): -5562044 or 4465067. OLE color: 4465067.

HSL color Cylindrical-coordinate representation of color #AB2144: hue angle of 344.78º 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 #AB2144 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 68 -
CMYK 0 0.81 0.60 0.33
HSL 344.78º 0.68% 0.4% -
HSV(B) 344.78º 0.81% 0.67% -
XYZ 18.38 10.16 6.46 -
YUV 78.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 171 33 68 0 0.81 0.60 0.33 344.78 0.68 0.4
Hex AB 21 44 0 51 3C 21 159 44 28
Octal 253 41 104 0 121 74 41 531 104 50
Binary 10101011 100001 1000100 0 1010001 111100 100001 101011001 1000100 101000

Color Harmonies of #AB2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2144

Black with #AB2144

Text Example


Text Example

White with #AB2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2144; }

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

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

background-color css

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

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

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

border-color css

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

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

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