#A43665

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

Shades of Rouge #A43665

Tints of Rouge #A43665

Color information

#A43665 (or 0xA43665) is unknown color: approx Rouge. HEX triplet: A4, 36 and 65. RGB value is (164,54,101). Sum of RGB (Red+Green+Blue) = 164+54+101=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A43665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43665 is #5BC99A. Grayscale: #5C5C5C. Windows color (decimal): -6015387 or 6633124. OLE color: 6633124.

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

Color convert

RGB16454101-
CMYK00.670.380.36
HSL334.36º50.46%42.75%-
HSV(B)334.36º67.07%64.31%-
XYZ18.9811.4713.53-
YUV92.25132.94179.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=51.41%
G=16.93%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645410100.670.380.36334.3650.4642.75
HexA43665043262414e322b
Octal24466145010346445166253
Binary10100100110110110010101000011100110100100101001110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43665; }

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

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

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

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

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

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

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

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