Html Css Color HEX #AB254B Old Rose

📋 copy color: '#AB254B'

red 171 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #AB254B

Tints of Old Rose #AB254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 60.42%
G = 13.07%
B = 26.5%

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

#AB254B (or 0xAB254B) is known color: Old Rose. HEX triplet: AB, 25 and 4B. RGB value is (171,37,75). Sum of RGB (Red+Green+Blue) = 171+37+75=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB254B is #54DAB4. Grayscale: #515151. Windows color (decimal): -5561013 or 4924843. OLE color: 4924843.

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

Color convert

RGB 171 37 75 -
CMYK 0 0.78 0.56 0.33
HSL 342.99º 0.64% 0.41% -
HSV(B) 342.99º 0.78% 0.67% -
XYZ 18.73 10.49 7.69 -
YUV 81.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 171 37 75 0 0.78 0.56 0.33 342.99 0.64 0.41
Hex AB 25 4B 0 4E 38 21 157 40 29
Octal 253 45 113 0 116 70 41 527 100 51
Binary 10101011 100101 1001011 0 1001110 111000 100001 101010111 1000000 101001

Color Harmonies of #AB254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB254B

Black with #AB254B

Text Example


Text Example

White with #AB254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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