#A4435D

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

Shades of Rouge #A4435D

Tints of Rouge #A4435D

Color information

#A4435D (or 0xA4435D) is unknown color: approx Rouge. HEX triplet: A4, 43 and 5D. RGB value is (164,67,93). Sum of RGB (Red+Green+Blue) = 164+67+93=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4435D is #5BBCA2. Grayscale: #626262. Windows color (decimal): -6012067 or 6112164. OLE color: 6112164.

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

Color convert

RGB1646793-
CMYK00.590.430.36
HSL343.92º41.99%45.29%-
HSV(B)343.92º59.15%64.31%-
XYZ19.2912.711.79-
YUV98.97124.64174.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.62%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=50.62%
G=20.68%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164679300.590.430.36343.9241.9945.29
HexA4435D03B2B241582a2d
Octal24410313507353445305255
Binary10100100100001110111010111011101011100100101011000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4435D; }

 p { color: rgb(164,67,93); }

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

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

 a { background-color: rgb(164,67,93); }

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

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

 span { border-color: rgb(164,67,93); }

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