#AB405D

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

Shades of Rouge #AB405D

Tints of Rouge #AB405D

Color information

#AB405D (or 0xAB405D) is unknown color: approx Rouge. HEX triplet: AB, 40 and 5D. RGB value is (171,64,93). Sum of RGB (Red+Green+Blue) = 171+64+93=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB405D is #54BFA2. Grayscale: #636363. Windows color (decimal): -5554083 or 6111403. OLE color: 6111403.

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

Color convert

RGB1716493-
CMYK00.630.460.33
HSL343.74º45.53%46.08%-
HSV(B)343.74º62.57%67.06%-
XYZ20.613.1211.8-
YUV99.3124.45179.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=52.13%
G=19.51%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171649300.630.460.33343.7445.5346.08
HexAB405D03F2E211582e2e
Octal25310013507756415305656
Binary10101011100000010111010111111101110100001101011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB405D; }

 p { color: rgb(171,64,93); }

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

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

 a { background-color: rgb(171,64,93); }

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

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

 span { border-color: rgb(171,64,93); }

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