#A4436F

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

Shades of Rouge #A4436F

Tints of Rouge #A4436F

Color information

#A4436F (or 0xA4436F) is unknown color: approx Rouge. HEX triplet: A4, 43 and 6F. RGB value is (164,67,111). Sum of RGB (Red+Green+Blue) = 164+67+111=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4436F is #5BBC90. Grayscale: #646464. Windows color (decimal): -6012049 or 7291812. OLE color: 7291812.

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

Color convert

RGB16467111-
CMYK00.590.320.36
HSL332.78º41.99%45.29%-
HSV(B)332.78º59.15%64.31%-
XYZ20.1913.0516.49-
YUV101.02133.64172.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=47.95%
G=19.59%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646711100.590.320.36332.7841.9945.29
HexA4436F03B202414d2a2d
Octal24410315707340445155255
Binary10100100100001111011110111011100000100100101001101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4436F; }

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

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

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

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

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

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

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

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