#AB3670

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

Shades of Rouge #AB3670

Tints of Rouge #AB3670

Color information

#AB3670 (or 0xAB3670) is unknown color: approx Rouge. HEX triplet: AB, 36 and 70. RGB value is (171,54,112). Sum of RGB (Red+Green+Blue) = 171+54+112=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3670 is #54C98F. Grayscale: #5F5F5F. Windows color (decimal): -5556624 or 7354027. OLE color: 7354027.

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

Color convert

RGB17154112-
CMYK00.680.350.33
HSL330.26º52%44.12%-
HSV(B)330.26º68.42%67.06%-
XYZ21.0412.4716.63-
YUV95.6137.26181.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=50.74%
G=16.02%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715411200.680.350.33330.265244.12
HexAB3670044232114a342c
Octal25366160010443415126454
Binary10101011110110111000001000100100011100001101001010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3670; }

 p { color: rgb(171,54,112); }

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

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

 a { background-color: rgb(171,54,112); }

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

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

 span { border-color: rgb(171,54,112); }

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