#A4435F

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

Shades of Rouge #A4435F

Tints of Rouge #A4435F

Color information

#A4435F (or 0xA4435F) is unknown color: approx Rouge. HEX triplet: A4, 43 and 5F. RGB value is (164,67,95). Sum of RGB (Red+Green+Blue) = 164+67+95=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4435F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4435F is #5BBCA0. Grayscale: #636363. Windows color (decimal): -6012065 or 6243236. OLE color: 6243236.

HSL color Cylindrical-coordinate representation of color #A4435F: 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.59%. Process color model (Four color, CMYK) of #A4435F is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1646795-
CMYK00.590.420.36
HSL342.68º41.99%45.29%-
HSV(B)342.68º59.15%64.31%-
XYZ19.3812.7312.26-
YUV99.2125.64174.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=50.31%
G=20.55%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164679500.590.420.36342.6841.9945.29
HexA4435F03B2A241572a2d
Octal24410313707352445275255
Binary10100100100001110111110111011101010100100101010111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4435F; }

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

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

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

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

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

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

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

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