#A4426C

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

Shades of Rouge #A4426C

Tints of Rouge #A4426C

Color information

#A4426C (or 0xA4426C) is unknown color: approx Rouge. HEX triplet: A4, 42 and 6C. RGB value is (164,66,108). Sum of RGB (Red+Green+Blue) = 164+66+108=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4426C is #5BBD93. Grayscale: #646464. Windows color (decimal): -6012308 or 7094948. OLE color: 7094948.

HSL color Cylindrical-coordinate representation of color #A4426C: hue angle of 334.29º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4426C is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16466108-
CMYK00.600.340.36
HSL334.29º42.61%45.1%-
HSV(B)334.29º59.76%64.31%-
XYZ19.9612.8715.62-
YUV100.09132.47173.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=48.52%
G=19.53%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646610800.600.340.36334.2942.6145.1
HexA4426C03C222414e2b2d
Octal24410215407442445165355
Binary10100100100001011011000111100100010100100101001110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4426C; }

 p { color: rgb(164,66,108); }

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

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

 a { background-color: rgb(164,66,108); }

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

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

 span { border-color: rgb(164,66,108); }

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