#AB4567

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

Shades of Rouge #AB4567

Tints of Rouge #AB4567

Color information

#AB4567 (or 0xAB4567) is unknown color: approx Rouge. HEX triplet: AB, 45 and 67. RGB value is (171,69,103). Sum of RGB (Red+Green+Blue) = 171+69+103=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4567 is #54BA98. Grayscale: #676767. Windows color (decimal): -5552793 or 6768043. OLE color: 6768043.

HSL color Cylindrical-coordinate representation of color #AB4567: hue angle of 340º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4567 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17169103-
CMYK00.600.400.33
HSL340º42.5%47.06%-
HSV(B)340º59.65%67.06%-
XYZ21.3713.8914.39-
YUV103.37127.79176.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=49.85%
G=20.12%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716910300.600.400.3334042.547.06
HexAB456703C28211542a2f
Octal25310514707450415245257
Binary10101011100010111001110111100101000100001101010100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4567; }

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

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

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

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

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

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

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

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