#A33962

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

Shades of Rouge #A33962

Tints of Rouge #A33962

Color information

#A33962 (or 0xA33962) is unknown color: approx Rouge. HEX triplet: A3, 39 and 62. RGB value is (163,57,98). Sum of RGB (Red+Green+Blue) = 163+57+98=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A33962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33962 is #5CC69D. Grayscale: #5D5D5D. Windows color (decimal): -6080158 or 6437283. OLE color: 6437283.

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

Color convert

RGB1635798-
CMYK00.650.400.36
HSL336.79º48.18%43.14%-
HSV(B)336.79º65.03%63.92%-
XYZ18.7711.5912.8-
YUV93.37130.62177.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=51.26%
G=17.92%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163579800.650.400.36336.7948.1843.14
HexA339620412824151302b
Octal24371142010150445216053
Binary10100011111001110001001000001101000100100101010001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33962; }

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

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

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

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

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

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

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

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