Html Css Color HEX #AB284A Old Rose

📋 copy color: '#AB284A'

red 171 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #AB284A

Tints of Old Rose #AB284A

RGB

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

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

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

R = 60%
G = 14.04%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB284A (or 0xAB284A) is known color: Old Rose. HEX triplet: AB, 28 and 4A. RGB value is (171,40,74). Sum of RGB (Red+Green+Blue) = 171+40+74=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB284A is #54D7B5. Grayscale: #535353. Windows color (decimal): -5560246 or 4860075. OLE color: 4860075.

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

Color convert

RGB 171 40 74 -
CMYK 0 0.77 0.57 0.33
HSL 344.43º 0.62% 0.41% -
HSV(B) 344.43º 0.77% 0.67% -
XYZ 18.79 10.67 7.55 -
YUV 83.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 171 40 74 0 0.77 0.57 0.33 344.43 0.62 0.41
Hex AB 28 4A 0 4D 39 21 158 3E 29
Octal 253 50 112 0 115 71 41 530 76 51
Binary 10101011 101000 1001010 0 1001101 111001 100001 101011000 111110 101001

Color Harmonies of #AB284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB284A

Black with #AB284A

Text Example


Text Example

White with #AB284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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