#A2446B

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

Shades of Rouge #A2446B

Tints of Rouge #A2446B

Color information

#A2446B (or 0xA2446B) is unknown color: approx Rouge. HEX triplet: A2, 44 and 6B. RGB value is (162,68,107). Sum of RGB (Red+Green+Blue) = 162+68+107=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2446B is #5DBB94. Grayscale: #646464. Windows color (decimal): -6142869 or 7029922. OLE color: 7029922.

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

Color convert

RGB16268107-
CMYK00.580.340.36
HSL335.11º40.87%45.1%-
HSV(B)335.11º58.02%63.53%-
XYZ19.6212.8815.36-
YUV100.55131.64171.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=48.07%
G=20.18%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626810700.580.340.36335.1140.8745.1
HexA2446B03A222414f292d
Octal24210415307242445175155
Binary10100010100010011010110111010100010100100101001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2446B; }

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

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

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

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

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

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

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

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