#A2446C

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

Shades of Rouge #A2446C

Tints of Rouge #A2446C

Color information

#A2446C (or 0xA2446C) is unknown color: approx Rouge. HEX triplet: A2, 44 and 6C. RGB value is (162,68,108). Sum of RGB (Red+Green+Blue) = 162+68+108=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2446C is #5DBB93. Grayscale: #646464. Windows color (decimal): -6142868 or 7095458. OLE color: 7095458.

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

Color convert

RGB16268108-
CMYK00.580.330.36
HSL334.47º40.87%45.1%-
HSV(B)334.47º58.02%63.53%-
XYZ19.6712.915.64-
YUV100.67132.14171.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=47.93%
G=20.12%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626810800.580.330.36334.4740.8745.1
HexA2446C03A212414e292d
Octal24210415407241445165155
Binary10100010100010011011000111010100001100100101001110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2446C; }

 p { color: rgb(162,68,108); }

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

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

 a { background-color: rgb(162,68,108); }

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

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

 span { border-color: rgb(162,68,108); }

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