Html Css Color HEX #AB244A Old Rose

📋 copy color: '#AB244A'

red 171 ◦ green 36 ◦ blue 74

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

Shades of Old Rose #AB244A

Tints of Old Rose #AB244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

 BLUE value IS 74 (29.3% from 255) = 26.33%

R = 60.85%
G = 12.81%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB244A (or 0xAB244A) is known color: Old Rose. HEX triplet: AB, 24 and 4A. RGB value is (171,36,74). Sum of RGB (Red+Green+Blue) = 171+36+74=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB244A is #54DBB5. Grayscale: #505050. Windows color (decimal): -5561270 or 4859051. OLE color: 4859051.

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

Color convert

RGB 171 36 74 -
CMYK 0 0.79 0.57 0.33
HSL 343.11º 0.65% 0.41% -
HSV(B) 343.11º 0.79% 0.67% -
XYZ 18.66 10.41 7.51 -
YUV 80.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 171 36 74 0 0.79 0.57 0.33 343.11 0.65 0.41
Hex AB 24 4A 0 4F 39 21 157 41 29
Octal 253 44 112 0 117 71 41 527 101 51
Binary 10101011 100100 1001010 0 1001111 111001 100001 101010111 1000001 101001

Color Harmonies of #AB244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB244A

Black with #AB244A

Text Example


Text Example

White with #AB244A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB244A; }

 p { color: rgb(171,36,74); }

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

background-color css

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

 a { background-color: rgb(171,36,74); }

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

border-color css

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

 span { border-color: rgb(171,36,74); }

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