#AB3267

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

Shades of Rouge #AB3267

Tints of Rouge #AB3267

Color information

#AB3267 (or 0xAB3267) is unknown color: approx Rouge. HEX triplet: AB, 32 and 67. RGB value is (171,50,103). Sum of RGB (Red+Green+Blue) = 171+50+103=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3267 is #54CD98. Grayscale: #5C5C5C. Windows color (decimal): -5557657 or 6763179. OLE color: 6763179.

HSL color Cylindrical-coordinate representation of color #AB3267: hue angle of 333.72º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3267 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17150103-
CMYK00.710.400.33
HSL333.72º54.75%43.33%-
HSV(B)333.72º70.76%67.06%-
XYZ20.3811.9214.06-
YUV92.22134.09184.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 50 (19.92% from 255) = 15.43%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=52.78%
G=15.43%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715010300.710.400.33333.7254.7543.33
HexAB3267047282114e372b
Octal25362147010750415166753
Binary10101011110010110011101000111101000100001101001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3267; }

 p { color: rgb(171,50,103); }

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

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

 a { background-color: rgb(171,50,103); }

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

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

 span { border-color: rgb(171,50,103); }

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