Html Css Color HEX #AB4561 Rouge

📋 copy color: '#AB4561'

red 171 ◦ green 69 ◦ blue 97

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

Shades of Rouge #AB4561

Tints of Rouge #AB4561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 50.74%
G = 20.47%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB4561 (or 0xAB4561) is known color: Rouge. HEX triplet: AB, 45 and 61. RGB value is (171,69,97). Sum of RGB (Red+Green+Blue) = 171+69+97=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4561 is #54BA9E. Grayscale: #666666. Windows color (decimal): -5552799 or 6374827. OLE color: 6374827.

HSL color Cylindrical-coordinate representation of color #AB4561: hue angle of 343.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4561 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 97 -
CMYK 0 0.60 0.43 0.33
HSL 343.53º 0.43% 0.47% -
HSV(B) 343.53º 0.6% 0.67% -
XYZ 21.08 13.78 12.86 -
YUV 102.69 124.79 176.72 -
System Red Green Blue C M Y K H S L
Decimal 171 69 97 0 0.60 0.43 0.33 343.53 0.43 0.47
Hex AB 45 61 0 3C 2B 21 158 2A 2F
Octal 253 105 141 0 74 53 41 530 52 57
Binary 10101011 1000101 1100001 0 111100 101011 100001 101011000 101010 101111

Color Harmonies of #AB4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4561

Black with #AB4561

Text Example


Text Example

White with #AB4561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4561; }

 p { color: rgb(171,69,97); }

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

background-color css

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

 a { background-color: rgb(171,69,97); }

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

border-color css

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

 span { border-color: rgb(171,69,97); }

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