Html Css Color HEX #AB284D Old Rose

📋 copy color: '#AB284D'

red 171 ◦ green 40 ◦ blue 77

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

Shades of Old Rose #AB284D

Tints of Old Rose #AB284D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 59.38%
G = 13.89%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB284D (or 0xAB284D) is known color: Old Rose. HEX triplet: AB, 28 and 4D. RGB value is (171,40,77). Sum of RGB (Red+Green+Blue) = 171+40+77=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB284D is #54D7B2. Grayscale: #535353. Windows color (decimal): -5560243 or 5056683. OLE color: 5056683.

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

Color convert

RGB 171 40 77 -
CMYK 0 0.77 0.55 0.33
HSL 343.05º 0.62% 0.41% -
HSV(B) 343.05º 0.77% 0.67% -
XYZ 18.89 10.71 8.09 -
YUV 83.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 171 40 77 0 0.77 0.55 0.33 343.05 0.62 0.41
Hex AB 28 4D 0 4D 37 21 157 3E 29
Octal 253 50 115 0 115 67 41 527 76 51
Binary 10101011 101000 1001101 0 1001101 110111 100001 101010111 111110 101001

Color Harmonies of #AB284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB284D

Black with #AB284D

Text Example


Text Example

White with #AB284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB284D; }

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

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

background-color css

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

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

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

border-color css

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

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

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