#AB3D60

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

Shades of Rouge #AB3D60

Tints of Rouge #AB3D60

Color information

#AB3D60 (or 0xAB3D60) is unknown color: approx Rouge. HEX triplet: AB, 3D and 60. RGB value is (171,61,96). Sum of RGB (Red+Green+Blue) = 171+61+96=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3D60 is #54C29F. Grayscale: #616161. Windows color (decimal): -5554848 or 6307243. OLE color: 6307243.

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

Color convert

RGB1716196-
CMYK00.640.440.33
HSL340.91º47.41%45.49%-
HSV(B)340.91º64.33%67.06%-
XYZ20.5712.8412.46-
YUV97.88126.94180.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 61 (24.22% from 255) = 18.60%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=52.13%
G=18.60%
B=29.27%

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
Decimal171619600.640.440.33340.9147.4145.49
HexAB3D600402C211552f2d
Octal25375140010054415255755
Binary10101011111101110000001000000101100100001101010101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D60; }

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

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

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

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

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

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

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

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