#AB3E60

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

Shades of Rouge #AB3E60

Tints of Rouge #AB3E60

Color information

#AB3E60 (or 0xAB3E60) is unknown color: approx Rouge. HEX triplet: AB, 3E and 60. RGB value is (171,62,96). Sum of RGB (Red+Green+Blue) = 171+62+96=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E60 is #54C19F. Grayscale: #626262. Windows color (decimal): -5554592 or 6307499. OLE color: 6307499.

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

Color convert

RGB1716296-
CMYK00.640.440.33
HSL341.28º46.78%45.69%-
HSV(B)341.28º63.74%67.06%-
XYZ20.6312.9512.48-
YUV98.47126.61179.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=51.98%
G=18.84%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171629600.640.440.33341.2846.7845.69
HexAB3E600402C211552f2e
Octal25376140010054415255756
Binary10101011111110110000001000000101100100001101010101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E60; }

 p { color: rgb(171,62,96); }

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

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

 a { background-color: rgb(171,62,96); }

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

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

 span { border-color: rgb(171,62,96); }

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