#A43263

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

Shades of Rouge #A43263

Tints of Rouge #A43263

Color information

#A43263 (or 0xA43263) is unknown color: approx Rouge. HEX triplet: A4, 32 and 63. RGB value is (164,50,99). Sum of RGB (Red+Green+Blue) = 164+50+99=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A43263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43263 is #5BCD9C. Grayscale: #595959. Windows color (decimal): -6016413 or 6501028. OLE color: 6501028.

HSL color Cylindrical-coordinate representation of color #A43263: hue angle of 334.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43263 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1645099-
CMYK00.700.400.36
HSL334.21º53.27%41.96%-
HSV(B)334.21º69.51%64.31%-
XYZ18.711.0712.96-
YUV89.67133.27181.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=52.40%
G=15.97%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164509900.700.400.36334.2153.2741.96
HexA43263046282414e352a
Octal24462143010650445166552
Binary10100100110010110001101000110101000100100101001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43263; }

 p { color: rgb(164,50,99); }

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

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

 a { background-color: rgb(164,50,99); }

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

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

 span { border-color: rgb(164,50,99); }

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