#AB4267

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

Shades of Rouge #AB4267

Tints of Rouge #AB4267

Color information

#AB4267 (or 0xAB4267) is unknown color: approx Rouge. HEX triplet: AB, 42 and 67. RGB value is (171,66,103). Sum of RGB (Red+Green+Blue) = 171+66+103=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4267 is #54BD98. Grayscale: #656565. Windows color (decimal): -5553561 or 6767275. OLE color: 6767275.

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

Color convert

RGB17166103-
CMYK00.610.400.33
HSL338.86º44.3%46.47%-
HSV(B)338.86º61.4%67.06%-
XYZ21.1913.5314.33-
YUV101.61128.79177.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=50.29%
G=19.41%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716610300.610.400.33338.8644.346.47
HexAB426703D28211532c2e
Octal25310214707550415235456
Binary10101011100001011001110111101101000100001101010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4267; }

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

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

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

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

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

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

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

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