#A43E69

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

Shades of Rouge #A43E69

Tints of Rouge #A43E69

Color information

#A43E69 (or 0xA43E69) is unknown color: approx Rouge. HEX triplet: A4, 3E and 69. RGB value is (164,62,105). Sum of RGB (Red+Green+Blue) = 164+62+105=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E69 is #5BC196. Grayscale: #616161. Windows color (decimal): -6013335 or 6897316. OLE color: 6897316.

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

Color convert

RGB16462105-
CMYK00.620.360.36
HSL334.71º45.13%44.31%-
HSV(B)334.71º62.2%64.31%-
XYZ19.5812.3614.72-
YUV97.4132.29175.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=49.55%
G=18.73%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646210500.620.360.36334.7145.1344.31
HexA43E6903E242414f2d2c
Octal2447615107644445175554
Binary1010010011111011010010111110100100100100101001111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E69; }

 p { color: rgb(164,62,105); }

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

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

 a { background-color: rgb(164,62,105); }

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

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

 span { border-color: rgb(164,62,105); }

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