#A43664

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

Shades of Rouge #A43664

Tints of Rouge #A43664

Color information

#A43664 (or 0xA43664) is unknown color: approx Rouge. HEX triplet: A4, 36 and 64. RGB value is (164,54,100). Sum of RGB (Red+Green+Blue) = 164+54+100=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A43664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43664 is #5BC99B. Grayscale: #5C5C5C. Windows color (decimal): -6015388 or 6567588. OLE color: 6567588.

HSL color Cylindrical-coordinate representation of color #A43664: hue angle of 334.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 #A43664 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16454100-
CMYK00.670.390.36
HSL334.91º50.46%42.75%-
HSV(B)334.91º67.07%64.31%-
XYZ18.9311.4513.27-
YUV92.13132.44179.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=51.57%
G=16.98%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645410000.670.390.36334.9150.4642.75
HexA43664043272414f322b
Octal24466144010347445176253
Binary10100100110110110010001000011100111100100101001111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43664; }

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

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

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

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

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

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

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

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