#A33665

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

Shades of Rouge #A33665

Tints of Rouge #A33665

Color information

#A33665 (or 0xA33665) is unknown color: approx Rouge. HEX triplet: A3, 36 and 65. RGB value is (163,54,101). Sum of RGB (Red+Green+Blue) = 163+54+101=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A33665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33665 is #5CC99A. Grayscale: #5B5B5B. Windows color (decimal): -6080923 or 6633123. OLE color: 6633123.

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

Color convert

RGB16354101-
CMYK00.670.380.36
HSL334.13º50.23%42.55%-
HSV(B)334.13º66.87%63.92%-
XYZ18.7711.3613.52-
YUV91.95133.11178.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=51.26%
G=16.98%
B=31.76%

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
Decimal1635410100.670.380.36334.1350.2342.55
HexA33665043262414e322b
Octal24366145010346445166253
Binary10100011110110110010101000011100110100100101001110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33665; }

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

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

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

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

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

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

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

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