#A3426B

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

Shades of Rouge #A3426B

Tints of Rouge #A3426B

Color information

#A3426B (or 0xA3426B) is unknown color: approx Rouge. HEX triplet: A3, 42 and 6B. RGB value is (163,66,107). Sum of RGB (Red+Green+Blue) = 163+66+107=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3426B is #5CBD94. Grayscale: #636363. Windows color (decimal): -6077845 or 7029411. OLE color: 7029411.

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

Color convert

RGB16366107-
CMYK00.600.340.36
HSL334.64º42.36%44.9%-
HSV(B)334.64º59.51%63.92%-
XYZ19.7112.7415.33-
YUV99.68132.14173.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=48.51%
G=19.64%
B=31.85%

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
Decimal1636610700.600.340.36334.6442.3644.9
HexA3426B03C222414f2a2d
Octal24310215307442445175255
Binary10100011100001011010110111100100010100100101001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3426B; }

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

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

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

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

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

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

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

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