#AB4161

Color #AB4161 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AB4161

Tints of Rouge #AB4161

Color information

#AB4161 (or 0xAB4161) is unknown color: approx Rouge. HEX triplet: AB, 41 and 61. RGB value is (171,65,97). Sum of RGB (Red+Green+Blue) = 171+65+97=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4161 is #54BE9E. Grayscale: #646464. Windows color (decimal): -5553823 or 6373803. OLE color: 6373803.

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

Color convert

RGB1716597-
CMYK00.620.430.33
HSL341.89º44.92%46.27%-
HSV(B)341.89º61.99%67.06%-
XYZ20.8413.312.78-
YUV100.34126.12178.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=51.35%
G=19.52%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171659700.620.430.33341.8944.9246.27
HexAB416103E2B211562d2e
Octal25310114107653415265556
Binary10101011100000111000010111110101011100001101010110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4161; }

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

 H1.HeaderClassName
 {
   color: #AB4161;
 }
 .AnyTagClassName
 {
   color: #AB4161;
 }
</style>
background-color css

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

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

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

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

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

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