#AB3B6A

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

Shades of Rouge #AB3B6A

Tints of Rouge #AB3B6A

Color information

#AB3B6A (or 0xAB3B6A) is unknown color: approx Rouge. HEX triplet: AB, 3B and 6A. RGB value is (171,59,106). Sum of RGB (Red+Green+Blue) = 171+59+106=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B6A is #54C495. Grayscale: #616161. Windows color (decimal): -5555350 or 6962091. OLE color: 6962091.

HSL color Cylindrical-coordinate representation of color #AB3B6A: hue angle of 334.82º 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 #AB3B6A is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17159106-
CMYK00.650.380.33
HSL334.82º48.7%45.1%-
HSV(B)334.82º65.5%67.06%-
XYZ20.9612.8315.01-
YUV97.85132.61180.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 59 (23.44% from 255) = 17.56%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=50.89%
G=17.56%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715910600.650.380.33334.8248.745.1
HexAB3B6A041262114f312d
Octal25373152010146415176155
Binary10101011111011110101001000001100110100001101001111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B6A; }

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

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

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

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

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

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

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

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