#AB3F65

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

Shades of Rouge #AB3F65

Tints of Rouge #AB3F65

Color information

#AB3F65 (or 0xAB3F65) is unknown color: approx Rouge. HEX triplet: AB, 3F and 65. RGB value is (171,63,101). Sum of RGB (Red+Green+Blue) = 171+63+101=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F65 is #54C09A. Grayscale: #636363. Windows color (decimal): -5554331 or 6635435. OLE color: 6635435.

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

Color convert

RGB17163101-
CMYK00.630.410.33
HSL338.89º46.15%45.88%-
HSV(B)338.89º63.16%67.06%-
XYZ20.9213.1513.75-
YUV99.62128.78178.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=51.04%
G=18.81%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716310100.630.410.33338.8946.1545.88
HexAB3F6503F29211532e2e
Octal2537714507751415235656
Binary1010101111111111001010111111101001100001101010011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F65; }

 p { color: rgb(171,63,101); }

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

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

 a { background-color: rgb(171,63,101); }

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

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

 span { border-color: rgb(171,63,101); }

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