#AB4262

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

Shades of Rouge #AB4262

Tints of Rouge #AB4262

Color information

#AB4262 (or 0xAB4262) is unknown color: approx Rouge. HEX triplet: AB, 42 and 62. RGB value is (171,66,98). Sum of RGB (Red+Green+Blue) = 171+66+98=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4262 is #54BD9D. Grayscale: #656565. Windows color (decimal): -5553566 or 6439595. OLE color: 6439595.

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

Color convert

RGB1716698-
CMYK00.610.430.33
HSL341.71º44.3%46.47%-
HSV(B)341.71º61.4%67.06%-
XYZ20.9513.4413.04-
YUV101.04126.29177.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=51.04%
G=19.70%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171669800.610.430.33341.7144.346.47
HexAB426203D2B211562c2e
Octal25310214207553415265456
Binary10101011100001011000100111101101011100001101010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4262; }

 p { color: rgb(171,66,98); }

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

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

 a { background-color: rgb(171,66,98); }

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

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

 span { border-color: rgb(171,66,98); }

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