#A4366F

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

Shades of Rouge #A4366F

Tints of Rouge #A4366F

Color information

#A4366F (or 0xA4366F) is unknown color: approx Rouge. HEX triplet: A4, 36 and 6F. RGB value is (164,54,111). Sum of RGB (Red+Green+Blue) = 164+54+111=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4366F is #5BC990. Grayscale: #5D5D5D. Windows color (decimal): -6015377 or 7288484. OLE color: 7288484.

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

Color convert

RGB16454111-
CMYK00.670.320.36
HSL328.91º50.46%42.75%-
HSV(B)328.91º67.07%64.31%-
XYZ19.511.6816.27-
YUV93.39137.94178.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=49.85%
G=16.41%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645411100.670.320.36328.9150.4642.75
HexA4366F0432024149322b
Octal24466157010340445116253
Binary10100100110110110111101000011100000100100101001001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4366F; }

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

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

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

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

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

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

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

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