#A33A69

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

Shades of Rouge #A33A69

Tints of Rouge #A33A69

Color information

#A33A69 (or 0xA33A69) is unknown color: approx Rouge. HEX triplet: A3, 3A and 69. RGB value is (163,58,105). Sum of RGB (Red+Green+Blue) = 163+58+105=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33A69 is #5CC596. Grayscale: #5E5E5E. Windows color (decimal): -6079895 or 6896291. OLE color: 6896291.

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

Color convert

RGB16358105-
CMYK00.640.360.36
HSL333.14º47.51%43.33%-
HSV(B)333.14º64.42%63.92%-
XYZ19.1711.8314.64-
YUV94.75133.79176.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=50%
G=17.79%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635810500.640.360.36333.1447.5143.33
HexA33A69040242414d302b
Octal24372151010044445156053
Binary10100011111010110100101000000100100100100101001101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A69; }

 p { color: rgb(163,58,105); }

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

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

 a { background-color: rgb(163,58,105); }

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

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

 span { border-color: rgb(163,58,105); }

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