#A3425E

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

Shades of Rouge #A3425E

Tints of Rouge #A3425E

Color information

#A3425E (or 0xA3425E) is unknown color: approx Rouge. HEX triplet: A3, 42 and 5E. RGB value is (163,66,94). Sum of RGB (Red+Green+Blue) = 163+66+94=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3425E is #5CBDA1. Grayscale: #626262. Windows color (decimal): -6077858 or 6177443. OLE color: 6177443.

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

Color convert

RGB1636694-
CMYK00.600.420.36
HSL342.68º42.36%44.9%-
HSV(B)342.68º59.51%63.92%-
XYZ19.0712.4912-
YUV98.2125.64174.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=50.46%
G=20.43%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163669400.600.420.36342.6842.3644.9
HexA3425E03C2A241572a2d
Octal24310213607452445275255
Binary10100011100001010111100111100101010100100101010111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3425E; }

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

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

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

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

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

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

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

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