Html Css Color HEX #AB274A Old Rose

📋 copy color: '#AB274A'

red 171 ◦ green 39 ◦ blue 74

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

Shades of Old Rose #AB274A

Tints of Old Rose #AB274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 60.21%
G = 13.73%
B = 26.06%

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

#AB274A (or 0xAB274A) is known color: Old Rose. HEX triplet: AB, 27 and 4A. RGB value is (171,39,74). Sum of RGB (Red+Green+Blue) = 171+39+74=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB274A is #54D8B5. Grayscale: #525252. Windows color (decimal): -5560502 or 4859819. OLE color: 4859819.

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

Color convert

RGB 171 39 74 -
CMYK 0 0.77 0.57 0.33
HSL 344.09º 0.63% 0.41% -
HSV(B) 344.09º 0.77% 0.67% -
XYZ 18.76 10.6 7.54 -
YUV 82.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 171 39 74 0 0.77 0.57 0.33 344.09 0.63 0.41
Hex AB 27 4A 0 4D 39 21 158 3F 29
Octal 253 47 112 0 115 71 41 530 77 51
Binary 10101011 100111 1001010 0 1001101 111001 100001 101011000 111111 101001

Color Harmonies of #AB274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB274A

Black with #AB274A

Text Example


Text Example

White with #AB274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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