#a33672

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

Shades of Rouge #A33672

Tints of Rouge #A33672

Color information

#A33672 (or 0xA33672) is unknown color: approx Rouge. HEX triplet: A3, 36 and 72. RGB value is (163,54,114). Sum of RGB (Red+Green+Blue) = 163+54+114=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A33672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33672 is #5CC98D. Grayscale: #5D5D5D. Windows color (decimal): -6080910 or 7485091. OLE color: 7485091.

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

Color convert

RGB16354114-
CMYK00.670.300.36
HSL326.97º50.23%42.55%-
HSV(B)326.97º66.87%63.92%-
XYZ19.4611.6417.14-
YUV93.43139.61177.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=49.24%
G=16.31%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635411400.670.300.36326.9750.2342.55
HexA336720431E24147322b
Octal24366162010336445076253
Binary1010001111011011100100100001111110100100101000111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33672; }

 p { color: rgb(163,54,114); }

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

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

 a { background-color: rgb(163,54,114); }

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

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

 span { border-color: rgb(163,54,114); }

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