#AB3B64

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

Shades of Rouge #AB3B64

Tints of Rouge #AB3B64

Color information

#AB3B64 (or 0xAB3B64) is unknown color: approx Rouge. HEX triplet: AB, 3B and 64. RGB value is (171,59,100). Sum of RGB (Red+Green+Blue) = 171+59+100=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B64 is #54C49B. Grayscale: #616161. Windows color (decimal): -5555356 or 6568875. OLE color: 6568875.

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

Color convert

RGB17159100-
CMYK00.650.420.33
HSL338.04º48.7%45.1%-
HSV(B)338.04º65.5%67.06%-
XYZ20.6612.7113.42-
YUV97.16129.61180.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 59 (23.44% from 255) = 17.88%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=51.82%
G=17.88%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715910000.650.420.33338.0448.745.1
HexAB3B640412A21152312d
Octal25373144010152415226155
Binary10101011111011110010001000001101010100001101010010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B64; }

 p { color: rgb(171,59,100); }

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

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

 a { background-color: rgb(171,59,100); }

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

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

 span { border-color: rgb(171,59,100); }

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