#A3426C

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

Shades of Rouge #A3426C

Tints of Rouge #A3426C

Color information

#A3426C (or 0xA3426C) is unknown color: approx Rouge. HEX triplet: A3, 42 and 6C. RGB value is (163,66,108). Sum of RGB (Red+Green+Blue) = 163+66+108=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3426C is #5CBD93. Grayscale: #636363. Windows color (decimal): -6077844 or 7094947. OLE color: 7094947.

HSL color Cylindrical-coordinate representation of color #A3426C: hue angle of 334.02º degrees, saturation: 0.42, 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 #A3426C is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16366108-
CMYK00.600.340.36
HSL334.02º42.36%44.9%-
HSV(B)334.02º59.51%63.92%-
XYZ19.7612.7715.61-
YUV99.79132.64173.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=48.37%
G=19.58%
B=32.05%

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
Decimal1636610800.600.340.36334.0242.3644.9
HexA3426C03C222414e2a2d
Octal24310215407442445165255
Binary10100011100001011011000111100100010100100101001110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3426C; }

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

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

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

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

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

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

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

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