#A33462

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

Shades of Rouge #A33462

Tints of Rouge #A33462

Color information

#A33462 (or 0xA33462) is unknown color: approx Rouge. HEX triplet: A3, 34 and 62. RGB value is (163,52,98). Sum of RGB (Red+Green+Blue) = 163+52+98=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A33462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33462 is #5CCB9D. Grayscale: #5A5A5A. Windows color (decimal): -6081438 or 6436003. OLE color: 6436003.

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

Color convert

RGB1635298-
CMYK00.680.400.36
HSL335.14º51.63%42.16%-
HSV(B)335.14º68.1%63.92%-
XYZ18.5411.1212.73-
YUV90.43132.27179.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=52.08%
G=16.61%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163529800.680.400.36335.1451.6342.16
HexA33462044282414f342a
Octal24364142010450445176452
Binary10100011110100110001001000100101000100100101001111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33462; }

 p { color: rgb(163,52,98); }

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

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

 a { background-color: rgb(163,52,98); }

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

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

 span { border-color: rgb(163,52,98); }

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