Html Css Color HEX #AB254C Old Rose

📋 copy color: '#AB254C'

red 171 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #AB254C

Tints of Old Rose #AB254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 60.21%
G = 13.03%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB254C (or 0xAB254C) is known color: Old Rose. HEX triplet: AB, 25 and 4C. RGB value is (171,37,76). Sum of RGB (Red+Green+Blue) = 171+37+76=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB254C is #54DAB3. Grayscale: #515151. Windows color (decimal): -5561012 or 4990379. OLE color: 4990379.

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

Color convert

RGB 171 37 76 -
CMYK 0 0.78 0.56 0.33
HSL 342.54º 0.64% 0.41% -
HSV(B) 342.54º 0.78% 0.67% -
XYZ 18.76 10.5 7.88 -
YUV 81.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 171 37 76 0 0.78 0.56 0.33 342.54 0.64 0.41
Hex AB 25 4C 0 4E 38 21 157 40 29
Octal 253 45 114 0 116 70 41 527 100 51
Binary 10101011 100101 1001100 0 1001110 111000 100001 101010111 1000000 101001

Color Harmonies of #AB254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB254C

Black with #AB254C

Text Example


Text Example

White with #AB254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB254C; }

 p { color: rgb(171,37,76); }

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

background-color css

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

 a { background-color: rgb(171,37,76); }

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

border-color css

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

 span { border-color: rgb(171,37,76); }

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