Html Css Color HEX #AB2644 Old Rose

📋 copy color: '#AB2644'

red 171 ◦ green 38 ◦ blue 68

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

Shades of Old Rose #AB2644

Tints of Old Rose #AB2644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 61.73%
G = 13.72%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB2644 (or 0xAB2644) is known color: Old Rose. HEX triplet: AB, 26 and 44. RGB value is (171,38,68). Sum of RGB (Red+Green+Blue) = 171+38+68=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2644 is #54D9BB. Grayscale: #515151. Windows color (decimal): -5560764 or 4466347. OLE color: 4466347.

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

Color convert

RGB 171 38 68 -
CMYK 0 0.78 0.60 0.33
HSL 346.47º 0.64% 0.41% -
HSV(B) 346.47º 0.78% 0.67% -
XYZ 18.53 10.46 6.51 -
YUV 81.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 171 38 68 0 0.78 0.60 0.33 346.47 0.64 0.41
Hex AB 26 44 0 4E 3C 21 15A 40 29
Octal 253 46 104 0 116 74 41 532 100 51
Binary 10101011 100110 1000100 0 1001110 111100 100001 101011010 1000000 101001

Color Harmonies of #AB2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2644

Black with #AB2644

Text Example


Text Example

White with #AB2644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2644; }

 p { color: rgb(171,38,68); }

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

background-color css

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

 a { background-color: rgb(171,38,68); }

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

border-color css

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

 span { border-color: rgb(171,38,68); }

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