#A3446A

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

Shades of Rouge #A3446A

Tints of Rouge #A3446A

Color information

#A3446A (or 0xA3446A) is unknown color: approx Rouge. HEX triplet: A3, 44 and 6A. RGB value is (163,68,106). Sum of RGB (Red+Green+Blue) = 163+68+106=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3446A is #5CBB95. Grayscale: #646464. Windows color (decimal): -6077334 or 6964387. OLE color: 6964387.

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

Color convert

RGB16368106-
CMYK00.580.350.36
HSL336º41.13%45.29%-
HSV(B)336º58.28%63.92%-
XYZ19.7712.9615.1-
YUV100.74130.97172.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=48.37%
G=20.18%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636810600.580.350.3633641.1345.29
HexA3446A03A2324150292d
Octal24310415207243445205155
Binary10100011100010011010100111010100011100100101010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3446A; }

 p { color: rgb(163,68,106); }

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

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

 a { background-color: rgb(163,68,106); }

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

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

 span { border-color: rgb(163,68,106); }

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