#AB3C69

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

Shades of Rouge #AB3C69

Tints of Rouge #AB3C69

Color information

#AB3C69 (or 0xAB3C69) is unknown color: approx Rouge. HEX triplet: AB, 3C and 69. RGB value is (171,60,105). Sum of RGB (Red+Green+Blue) = 171+60+105=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C69 is #54C396. Grayscale: #626262. Windows color (decimal): -5555095 or 6896811. OLE color: 6896811.

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

Color convert

RGB17160105-
CMYK00.650.390.33
HSL335.68º48.05%45.29%-
HSV(B)335.68º64.91%67.06%-
XYZ20.9612.9114.75-
YUV98.32131.77179.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 60 (23.83% from 255) = 17.86%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=50.89%
G=17.86%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716010500.650.390.33335.6848.0545.29
HexAB3C690412721150302d
Octal25374151010147415206055
Binary10101011111100110100101000001100111100001101010000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C69; }

 p { color: rgb(171,60,105); }

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

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

 a { background-color: rgb(171,60,105); }

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

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

 span { border-color: rgb(171,60,105); }

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